Layout fixes

This commit is contained in:
2014-07-24 15:45:40 +02:00
parent f2f3d294dd
commit 6c39bdb829
3 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
.row
h1 data-t='obtain_token.title' = t('user.obtain_token.title')
hr
form
/form
.form-row
.form-label
label.control-label data-t='attributes.user.email' = User.human_attribute_name(:email)
@@ -20,4 +20,4 @@
javascript:
Qstorage.setItem('auth_token', '#{current_user.authentication_token}');
Qstorage.setItem('user_id', '#{current_user.id}');
window.location = '#{user_root_path}';
window.location = '/index.html';