]> git.openstreetmap.org Git - rails.git/blob - app/views/diary_comments/index.html.erb
Merge remote-tracking branch 'upstream/pull/5116'
[rails.git] / app / views / diary_comments / index.html.erb
1 <% content_for :heading do %>
2   <h1><%= t ".heading", :user => @user.display_name %></h1>
3   <p><%= t ".subheading_html", :user => link_to(@user.display_name, @user) %></p>
4 <% end %>
5
6 <% if @comments.empty? %>
7   <h4><%= t ".no_comments" %></h4>
8 <% else %>
9   <%= render :partial => "page" %>
10 <% end -%>