fixes for erb templates

This commit is contained in:
Kyle Drake 2014-04-17 20:21:02 -07:00
parent 04ec621dfe
commit 66e6a3d38c
5 changed files with 110 additions and 145 deletions

2
app.rb
View file

@ -573,7 +573,7 @@ post '/contact' do
end
if !@errors.empty?
slim :'contact'
erb :'contact'
else
EmailWorker.perform_async({
from: 'web@neocities.org',