_article_author.html.erb 248 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 <% article = article_author %> <tr class="search-article-author search-article-author-name"> <td class="search-field-label"><%= _("Author") %></td> <td> <%= link_to_profile article.profile.name, article.profile.identifier %> </td> </tr>