Sha256: e950c3d3cfe9a59713b03162992553f5347869f392a50223f970d08b584a74f6
Contents?: true
Size: 697 Bytes
Versions: 31
Compression:
Stored size: 697 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 ? messageboards_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
31 entries across 31 versions & 2 rubygems