Sha256: 71539756c80283a7bec86de32891a6c4a7ba6122190cea37e91ce29f6c5e6840

Contents?: true

Size: 483 Bytes

Versions: 5

Compression:

Stored size: 483 Bytes

Contents

<% current = current_page_preferences? %>
<li class="thredded--user-navigation--settings thredded--user-navigation--item<%= ' thredded--is-current' if current %>">
  <%= link_to current ? nav_back_path(messageboard) : edit_preferences_path(messageboard), rel: 'nofollow' do %>
    <%= inline_svg_tag 'thredded/settings.svg', class: 'thredded--icon', title: t('thredded.nav.settings') %>
    <span class="thredded--nav-text"><%= t('thredded.nav.settings') %></span>
  <% end %>
</li>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thredded-1.1.0 app/views/thredded/shared/nav/_notification_preferences.html.erb
thredded-1.0.1 app/views/thredded/shared/nav/_notification_preferences.html.erb
thredded-1.0.0 app/views/thredded/shared/nav/_notification_preferences.html.erb
thredded-0.16.16 app/views/thredded/shared/nav/_notification_preferences.html.erb
thredded-0.16.15 app/views/thredded/shared/nav/_notification_preferences.html.erb