Sha256: 2775fce186bf582d80d2616ccc9e95a7974ccff1499ae010a1ffa94429e95eda

Contents?: true

Size: 578 Bytes

Versions: 7

Compression:

Stored size: 578 Bytes

Contents

<li class="thredded--user-navigation--item thredded--user-navigation--private-topics">
  <%= link_to private_topics_path, rel: 'nofollow' do %>
    <%= inline_svg 'thredded/private-messages.svg',
                   class: 'thredded--icon',
                   title: t('thredded.nav.private_topics') %>
    <span class="thredded--nav-text"><%= t('thredded.nav.private_topics') %></span>
    <% if unread_private_topics_count > 0 -%>
      <span class="thredded--user-navigation--private-topics--unread"><%= unread_private_topics_count %></span>
    <% end -%>
  <% end -%>
</li>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
thredded-0.7.0 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.6.3 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.6.2 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.6.1 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.6.0 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.5.1 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.5.0 app/views/thredded/shared/nav/_private_topics.html.erb