6 lines
426 B
Plaintext
6 lines
426 B
Plaintext
|
%aside
|
||
|
.admin-preferences
|
||
|
%ul
|
||
|
%li{:class => action_name == 'profile' ? 'active' : nil}= link_to t("layout.users.profile"), profile_settings_path
|
||
|
%li{:class => action_name == 'private' ? 'active' : nil}= link_to t("layout.users.user_private_settings"), private_settings_path
|
||
|
%li{:class => action_name == 'notifiers' ? 'active' : nil}= link_to t("layout.users.settings_notifier"), notifiers_settings_path
|