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