fix for supporter heart in comments

This commit is contained in:
Kyle Drake 2014-11-17 23:47:05 -08:00
parent b33f9f57ad
commit 08ae90d601
2 changed files with 3 additions and 3 deletions

2
app.rb
View file

@ -124,7 +124,7 @@ post '/settings/create_child' do
if site.valid?
site.save
flash[:success] = 'Your new site has been created!'
flash[:success] = 'Your new site has been created! To manage it, click your username in the top right and go to "Switch Site".'
redirect '/settings#sites'
else
flash[:error] = site.errors.first.last.first