18 lines
605 B
Plaintext
18 lines
605 B
Plaintext
= top_bar title: 'obtain_token.title' do
|
|
span
|
|
|
|
.well
|
|
.alert.alert-warming.user-alert.hide
|
|
form.form-horizontal
|
|
.control-group
|
|
label.control-label data-t='attributes.user.email' Email
|
|
.controls
|
|
input#user-email.email type="email" placeholder="Email"
|
|
.control-group
|
|
label.control-label data-t='attributes.user.password' Password
|
|
.controls
|
|
input#user-password.password type="password" placeholder="Password"
|
|
.control-group
|
|
.controls
|
|
button.btn.btn-primary data-t="obtain_token.obtain" onclick="Quser.authenticate_user(); return false"
|