X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6b8beb7d1a0b5dfdf4f7c8409ee814f9cf870cfb..56df4f3813a12a56d9352e5439423de78ed0c7b7:/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 %>