cirandas.net
ref: master
app/views/shared/reported_versions/profile/_comment.html.erb
- <%= (content_tag('strong', _('Title') + ': ') + comment.title) if comment.title %>
- <%= content_tag('strong', _('Type') + ': ') + _('Comment') %>
-
<%= (content_tag('strong', _('Original content') + ': ') + link_to(comment.title || url_for(comment.url), comment.url)) %>
<%= content_tag('small', _('This link might be unavailable if the content is removed')) %>
<%= article_to_html(comment) %>