Save progress

This commit is contained in:
2014-03-30 15:55:22 +02:00
parent e179f6e582
commit 013a41b9f6
71 changed files with 1699 additions and 107 deletions
+8 -1
View File
@@ -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