+ <% 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 %>