app/views/thredded/shared/nav/_notification_preferences.html.erb in thredded-0.16.14 vs app/views/thredded/shared/nav/_notification_preferences.html.erb in thredded-0.16.15
- old
+ new
@@ -1,7 +1,7 @@
<% 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 'thredded/settings.svg', class: 'thredded--icon', title: t('thredded.nav.settings') %>
+ <%= 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>