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

Version Path
adva-0.1.4 app/views/admin/sites/_unapproved_comments.html.erb
adva-0.1.3 app/views/admin/sites/_unapproved_comments.html.erb
adva-0.1.2 app/views/admin/sites/_unapproved_comments.html.erb
adva-0.1.1 app/views/admin/sites/_unapproved_comments.html.erb
adva-0.1.0 app/views/admin/sites/_unapproved_comments.html.erb
adva_cms-0.0.1 app/views/admin/sites/_unapproved_comments.html.erb
adva-0.0.1 adva_cms/app/views/admin/sites/_unapproved_comments.html.erb