openstreetmap-website/app/views/changeset_comments/_comment.html.erb
2019-03-26 20:23:35 +00:00

7 lines
469 B
Text

<h2><%= t ".comment",
:author => comment.author.display_name,
:changeset_id => comment.changeset.id.to_s %></h2>
<div class="changeset-comment" style="margin-top: 5px">
<div class="changeset-comment-description" style="font-size: smaller; color: #999999"><%= t ".commented_at_by_html", :when => friendly_date(comment.created_at), :user => comment.author.display_name %></div>
<div class="changeset-comment-text"><%= comment.body %></div>
</div>