Save progress
This commit is contained in:
@@ -53,7 +53,7 @@ html lang="en"
|
||||
});
|
||||
|
||||
body class=action_name
|
||||
.navbar.navbar-fixed-top
|
||||
/.navbar.navbar-fixed-top
|
||||
.navbar-inner
|
||||
.container
|
||||
a.btn.btn-navbar data-target=".nav-collapse" data-toggle="collapse"
|
||||
@@ -66,6 +66,13 @@ html lang="en"
|
||||
li.locale.locale-en= link_to_function 'English', %|setLocale('en')|
|
||||
li.locale.locale-nl= link_to_function 'Nederlands', %|setLocale('nl')|
|
||||
li= link_to t('user.list_history.title'), user_list_history_path, data: {t: 'list_history.title'}
|
||||
a#toggle-side-menu href="#"
|
||||
span.fa.fa-bars.fa-lg
|
||||
#side-menu-container
|
||||
ul
|
||||
li.locale-select.locale-select-en= link_to_function 'English', %|setLocale('en')|
|
||||
li.locale-select.locale-select-nl= link_to_function 'Nederlands', %|setLocale('nl')|
|
||||
li= link_to t('user.list_history.title'), user_list_history_path, data: {t: 'list_history.title'}
|
||||
.container
|
||||
.content
|
||||
.alert.alert-error.hide
|
||||
|
||||
Reference in New Issue
Block a user