Sha256: 4ecc746a62bf4fd1115ebefbf63b2791f465d3ca2e546673d976b59bf814e28a

Contents?: true

Size: 414 Bytes

Versions: 7

Compression:

Stored size: 414 Bytes

Contents

<div class="dashboard">
  <h3><%= _("Most popular") %></h3>
  <ul>
    <% if @bestof.size == 0 %>
      <li <%= alternate_class %>><%= _("Nothing to show yet") %> !</li>
    <% else %>
      <% for article in @bestof -%>
        <li <%= alternate_class %>><%= link_to_permalink article, article.title  %> (<%= link_to_permalink article, article.comment_count %>)</li>
      <% end %>
    <% end -%>
  </ul>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typo-5.0.3.98.1 app/views/admin/dashboard/_popular.html.erb
typo-5.0.3.98 app/views/admin/dashboard/_popular.html.erb
typo-5.1.2 app/views/admin/dashboard/_popular.html.erb
typo-5.1.1 app/views/admin/dashboard/_popular.html.erb
typo-5.1.3 app/views/admin/dashboard/_popular.html.erb
typo-5.1.98 app/views/admin/dashboard/_popular.html.erb
typo-5.1 app/views/admin/dashboard/_popular.html.erb