Mercurial > hg > soundsoftware-site
diff app/controllers/comments_controller.rb @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | 40f7cfd4df19 |
children | 5f33065ddc4b |
line wrap: on
line diff
--- a/app/controllers/comments_controller.rb Fri Feb 24 18:36:29 2012 +0000 +++ b/app/controllers/comments_controller.rb Fri Feb 24 19:09:32 2012 +0000 @@ -12,7 +12,7 @@ if @news.comments << @comment flash[:notice] = l(:label_comment_added) end - + redirect_to :controller => 'news', :action => 'show', :id => @news end @@ -32,5 +32,5 @@ @comment = nil @news end - + end