Sha256: 6b004a628834729e148e844950f4a4fcdb5dacfc636050f11b971aba63e6439b

Contents?: true

Size: 766 Bytes

Versions: 31

Compression:

Stored size: 766 Bytes

Contents

<% if moderatable_messageboards_ids.present? %>
  <% current = current_page_moderation? %>
  <li class="thredded--user-navigation--item thredded--user-navigation--moderation<%= ' thredded--is-current' if current %>">
    <%= link_to (current ? messageboards_path : pending_moderation_path), rel: 'nofollow' do %>
      <%= inline_svg 'thredded/moderation.svg',
                     class: 'thredded--icon',
                     title: t('thredded.nav.moderation') %>
      <span class="thredded--nav-text"><%= t 'thredded.nav.moderation' %></span>
      <% if posts_pending_moderation_count > 0 %>
        <span class="thredded--user-navigation--moderation--pending-count"><%= posts_pending_moderation_count %></span>
      <% end %>
    <% end %>
  </li>
<% end %>

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
thredded-0.15.1 app/views/thredded/shared/nav/_moderation.html.erb
threddedDANIEL-0.14.5 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.14.4 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.14.3 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.14.2 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.14.1 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.14.0 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.13.8 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.13.7 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.13.6 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.13.5 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.13.4 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.13.3 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.13.2 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.13.1 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.13.0 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.12.4 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.12.3 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.12.2 app/views/thredded/shared/nav/_moderation.html.erb
thredded-0.12.1 app/views/thredded/shared/nav/_moderation.html.erb