Sha256: 8413f5d05918881e69e425c7b6462c9b2fc81e8de49ee427637c78376c5a89ef

Contents?: true

Size: 690 Bytes

Versions: 18

Compression:

Stored size: 690 Bytes

Contents

<% current = current_page_private_topics? %>
<li class="thredded--user-navigation--item thredded--user-navigation--private-topics<%= ' thredded--is-current' if current %>">
  <%= link_to current ? nav_back_path : 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

18 entries across 18 versions & 1 rubygems

Version Path
thredded-0.16.14 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.16.13 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.16.12 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.16.11 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.16.10 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.16.9 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.16.8 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.16.7 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.16.6 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.16.5 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.16.4 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.16.3 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.16.1 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.16.0 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.15.5 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.15.4 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.15.3 app/views/thredded/shared/nav/_private_topics.html.erb
thredded-0.15.2 app/views/thredded/shared/nav/_private_topics.html.erb