]> git.openstreetmap.org Git - rails.git/blob - app/views/changeset_comments/feeds/_comment.html.erb
Merge pull request #7302 from tomhughes/terms-locale
[rails.git] / app / views / changeset_comments / feeds / _comment.html.erb
1 <%# locals: (comment:) %>
2
3 <h2><%= t ".comment",
4           :author => comment.author.display_name,
5           :changeset_id => comment.changeset.id.to_s %></h2>
6 <div class="changeset-comment" style="margin-top: 5px">
7   <div class="changeset-comment-description" style="font-size: smaller; color: #999999"><%= t ".commented_at_by_html", :when => friendly_date_ago(comment.created_at), :user => comment.author.display_name %></div>
8   <div class="changeset-comment-text"><%= comment.body %></div>
9 </div>