Sha256: 996760b804bf5976be8050f546d39d1b4e964f84255ead9911da3506ff8f88c8
Contents?: true
Size: 382 Bytes
Versions: 7
Compression:
Stored size: 382 Bytes
Contents
<% if contents.present? -%> <h3><%= t(:'adva.comments.titles.comments_awaiting_approval') %></h3> <ul> <% contents.each do |content, comments| -%> <% if content -%> <li><%= link_to raw("<strong>(#{comments.size})</strong> #{content.title}"), admin_comments_path(:content_id => content.id, :filter => :unapproved) %></li> <% end -%> <% end -%> </ul> <% end -%>
Version data entries
7 entries across 7 versions & 2 rubygems