Layout fixes
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user