Sha256: b35740e444063d4dc3e506fbdb0ef2e5bea9ef430cfeec4c7e58d0fcd3b8efa5

Contents?: true

Size: 373 Bytes

Versions: 4

Compression:

Stored size: 373 Bytes

Contents

<div class="bordered">
  <h3><%= _("Latest Comments") %></h3>
  <ul>
    <% if @comments.size == 0 %>
      <li><%= _("No comments yet") %></li>
    <% else %>
      <% for comment in @comments -%>
        <li>
          <%= link_to_permalink comment, h(_("By %s on %s", comment.author, comment.article.title)) %>
        </li>
      <% end %>
    <% end %>
  </ul>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-5.4.3 app/views/admin/dashboard/_comments.html.erb
typo-5.4.2 app/views/admin/dashboard/_comments.html.erb
typo-5.4.1 app/views/admin/dashboard/_comments.html.erb
typo-5.4 app/views/admin/dashboard/_comments.html.erb