Sha256: 729a43746af863e00fabe95c529f43d53cc1f59055585954abae9904d69327c8

Contents?: true

Size: 367 Bytes

Versions: 4

Compression:

Stored size: 367 Bytes

Contents

<div class="bordered">
  <h3><%= _("Most popular") %></h3>
  <ul>
    <% if @bestof.size == 0 %>
      <li><%= _("Nothing to show yet") %> !</li>
    <% else %>
      <% for article in @bestof -%>
        <li><%= link_to_permalink article, article.title  %> (<%= link_to_permalink article, article.comment_count %>)</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/_popular.html.erb
typo-5.4.2 app/views/admin/dashboard/_popular.html.erb
typo-5.4.1 app/views/admin/dashboard/_popular.html.erb
typo-5.4 app/views/admin/dashboard/_popular.html.erb