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