mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-05 23:17:33 +08:00
8 lines
441 B
Text
8 lines
441 B
Text
|
<ul class="nav nav-pills nav-stacked nav-stacked-arrow">
|
||
|
<li role="presentation" class="<%= 'active' if on_settings_account_profile_page? %>">
|
||
|
<%= link_to t('users.settings.account.navigation.profile'), edit_user_registration_path %>
|
||
|
</li>
|
||
|
<li role="presentation" class="<%= 'active' if on_settings_account_preferences_page? %>">
|
||
|
<%= link_to t('users.settings.account.navigation.preferences'), preferences_path %>
|
||
|
</li>
|
||
|
</ul>
|