mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
8 lines
455 B
Text
8 lines
455 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?(["organizations", "organization", "new_organization", "create_organization"]) %>">
|
||
|
<%= link_to t("users.settings.navigation.organizations"), organizations_path %>
|
||
|
</li>
|
||
|
</ul>
|