]> git.openstreetmap.org Git - rails.git/blob - app/views/diary_comments/new.html.erb
Merge remote-tracking branch 'upstream/pull/5312'
[rails.git] / app / views / diary_comments / new.html.erb
1 <% content_for :heading do %>
2   <h1><%= t ".heading" %></h1>
3 <% end %>
4
5 <%= render :partial => "diary_entries/diary_entry_heading", :object => @entry, :as => "diary_entry" %>
6
7 <h3><%= t "diary_entries.show.leave_a_comment" %></h3>
8
9 <%= bootstrap_form_for @diary_comment, :url => comment_diary_entry_path(@entry.user, @entry) do |f| %>
10   <%= f.richtext_field :body, :cols => 80, :rows => 20, :hide_label => true %>
11   <%= f.primary %>
12 <% end %>