X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7ce40eeb3813aaba6eabec1e134cbe98e4e6b548..2398614349e3ff5605868fea82e013d2a9a16ef9:/app/views/diary_entries/show.html.erb?ds=sidebyside
diff --git a/app/views/diary_entries/show.html.erb b/app/views/diary_entries/show.html.erb
index 0216aa447..cc761b15d 100644
--- a/app/views/diary_entries/show.html.erb
+++ b/app/views/diary_entries/show.html.erb
@@ -10,7 +10,7 @@
@@ -19,9 +19,9 @@
<%= error_messages_for "diary_comment" %>
- <%= form_for :diary_comment, :url => { :action => "comment" } do |f| %>
+ <%= form_for @entry.comments.new, :url => { :action => "comment" } do |f| %>
<%= richtext_area :diary_comment, :body, :cols => 80, :rows => 15 %>
- <%= submit_tag t(".save_button") %>
+ <%= f.submit %>
<% end %>
<% if @entry.subscribers.exists?(current_user.id) %>
<%= link_to t("javascripts.changesets.show.unsubscribe"), diary_entry_unsubscribe_path(:display_name => @entry.user.display_name, :id => @entry.id), :method => :post, :class => :button %>