Sha256: adf0b961f0bb7bfcceeafa0ddd778f7573a515065f67d435dc1ffebe6838fa1d
Contents?: true
Size: 353 Bytes
Versions: 8
Compression:
Stored size: 353 Bytes
Contents
<% if contents.present? -%> <h3>Comments awaiting your 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
8 entries across 8 versions & 1 rubygems