mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-10 01:19:45 +08:00
9 lines
454 B
Text
9 lines
454 B
Text
<ul data-hook="user-settings-navigation-html"
|
|
class="nav nav-tabs nav-settings">
|
|
<li role="presentation" class="<%= 'active' if action_name == 'preferences' %>">
|
|
<%= link_to t("users.settings.navigation.preferences"), preferences_path %>
|
|
</li>
|
|
<li role="presentation" class="<%= "active" if action_name.in?(['teams', 'team', 'new_team', 'create_team']) %>">
|
|
<%= link_to t("users.settings.navigation.teams"), teams_path %>
|
|
</li>
|
|
</ul>
|