Sha256: f79c8edaec9a03ea9cacff2a4a5783982c8b2abbfa178e9edd04504963e122f6

Contents?: true

Size: 703 Bytes

Versions: 2

Compression:

Stored size: 703 Bytes

Contents

<div class='dashboard-left ui-accordion ui-widget ui-helper-reset ui-accordion-icons'>
  <h3 class='ui-accordion-header ui-helper-reset ui-state-active ui-corner-top'>
    <span class='ui-icon ui-icon-star'> </span>
    <%= _("Most popular") %>
  </h3>
  <div class='ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active'>
    <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>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-5.5 app/views/admin/dashboard/_popular.html.erb
typo-5.4.4 app/views/admin/dashboard/_popular.html.erb