+<div class='browse-section common'>
+ <% if common_details.changeset.tags['comment'].present? %>
+ <div style="font-weight: bold; margin-bottom: 5px;">
+ <%= linkify(h(common_details.changeset.tags['comment'])) %>
+ </div>
+ <% else %>
+ <div style="font-weight: bold; margin-bottom: 5px;">(no comment)</div>
+ <% end %>
+ <div>
+ <% if common_details.visible? %>
+ <%= t 'browse.common_details.edited' %>
+ <% else %>
+ <%= t 'browse.common_details.deleted' %>
+ <% end %>
+ <abbr><%= distance_of_time_in_words_to_now(common_details.timestamp) %> ago</abbr>