cirandas.net

ref: master

app/views/shared/reported_versions/profile/_article.html.erb


  • <%= (content_tag('strong', _('Title') + ': ') + article.title) if article.title %>
  • <%= (content_tag('strong', _('Type') + ': ') + article.class.short_description) %>
  • <%= (content_tag('strong', _('Original content') + ': ') + link_to(article.name, article.url)) %>
    <%= content_tag('small', _('This link might be unavailable if the content is removed')) %>
<%= article_to_html(article) %>