Sha256: 8d16dd2946ef9c6c71a64591e871d754333fbc122d1ae8cc241ddf8b5392301e
Contents?: true
Size: 823 Bytes
Versions: 45
Compression:
Stored size: 823 Bytes
Contents
<% if posts.any? %> <div class="section"> <div class="section-heading"> <%= t(".most_commented_posts") %> </div> <% posts.each do |post| %> <div class="m-bottom"> <strong><%= link_to translated_attribute(post.title), post %></strong> <div class="author-data author-data--nopadding"> <%= render partial: "datetime", locals: { post: post } %> ยท <%= link_to "#{post_path(post)}#comments", title: t(".comments") do %> <%= icon "comment-square", class: "icon--small", aria_label: t(".comments"), role: "img" %> <%= post.comments_count %> <%= t(".comments") %> <% end %> <a href="#comments" title="<%= t(".comments") %>"></a> </div> </div> <% end %> </div> <% end %>
Version data entries
45 entries across 45 versions & 1 rubygems