Sha256: c91056dfcff9a25c1887087d17abf3954eef575c112cb0907461fa1848ba0dab

Contents?: true

Size: 533 Bytes

Versions: 9

Compression:

Stored size: 533 Bytes

Contents

<% current = current_page_preferences? %>
<li class="thredded--user-navigation--settings thredded--user-navigation--item<%= ' thredded--is-current' if current %>">
  <%= link_to current ? (messageboard ? messageboard_topics_path(messageboard) : messageboards_path)
                      : edit_preferences_path(messageboard) do %>
    <%= inline_svg '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

9 entries across 9 versions & 1 rubygems

Version Path
thredded-0.11.0 app/views/thredded/shared/nav/_notification_preferences.html.erb
thredded-0.10.1 app/views/thredded/shared/nav/_notification_preferences.html.erb
thredded-0.10.0 app/views/thredded/shared/nav/_notification_preferences.html.erb
thredded-0.9.4 app/views/thredded/shared/nav/_notification_preferences.html.erb
thredded-0.9.3 app/views/thredded/shared/nav/_notification_preferences.html.erb
thredded-0.9.2 app/views/thredded/shared/nav/_notification_preferences.html.erb
thredded-0.9.1 app/views/thredded/shared/nav/_notification_preferences.html.erb
thredded-0.8.4 app/views/thredded/shared/nav/_notification_preferences.html.erb
thredded-0.8.2 app/views/thredded/shared/nav/_notification_preferences.html.erb