mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 04:06:53 +08:00
8 lines
408 B
Text
8 lines
408 B
Text
<ul 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>
|