X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7b37f4cb62fca5fec3d3d41eacf4601595519c4a..b25a468e3c0aeb868f46ea758d4cf33ad7890bcb:/app/views/diary_entry/view.html.erb diff --git a/app/views/diary_entry/view.html.erb b/app/views/diary_entry/view.html.erb index 3bc9323e3..2261e2568 100644 --- a/app/views/diary_entry/view.html.erb +++ b/app/views/diary_entry/view.html.erb @@ -13,7 +13,7 @@ <%= error_messages_for 'diary_comment' %> - <% form_for :diary_comment, @diary_comment, :url => { :action => 'comment' } do |f| %> + <%= form_for :diary_comment, @diary_comment, :url => { :action => 'comment' } do |f| %> <%= f.text_area :body, :cols => 80, :rows => 5 %>