_text_article_display.html.erb
387 Bytes
<div class="text_article-header">
<%= text_article.created_at.strftime("%d %B %Y at %H:%M") %> - <%= "#{text_article.author.name} -" if text_article.author %> <span class="model-label"><%= _("Article") %></span>
</div>
<div class="body">
<h2><%= link_to text_article.name, text_article.url %></h2>
<p> <strong> <%= _("Abstract") %></strong>:<%= text_article.abstract %></p>
</div>