<% current = current_page_unread_topics? %> <% if unread_topics_count > 0 || current %>
  • <%= link_to current ? nav_back_path(messageboard) : unread_topics_path(messageboard: messageboard), rel: 'nofollow' do %> <%= t('thredded.nav.unread_topics') %> <% if unread_followed_topics_count > 0 -%> <%= define_svg_icons 'thredded/follow.svg' %> <%=shared_inline_svg "thredded/follow.svg", class: "thredded--unread-topics--followed-icon", role:"img" %> <%= unread_followed_topics_count %> <% end -%> <% end %>
  • <% end %>