initial commit
This commit is contained in:
16
app/assets/templates/frontend/auth/forgot.html.haml
Normal file
16
app/assets/templates/frontend/auth/forgot.html.haml
Normal file
@@ -0,0 +1,16 @@
|
||||
.panel.panel-default
|
||||
.panel-heading
|
||||
%h3.panel-title Forgot Your Password?
|
||||
.panel-body
|
||||
%p We'll send reset instructions to your email.
|
||||
%form{'ng-submit' => 'requestPasswordReset(forgotData)', 'ng-init' => 'forgotData = {}'}
|
||||
.form-group.has-feedback
|
||||
%input.form-control{:autofocus => 'autofocus', :name => 'email', :placeholder => 'Email', :required => true, :type => 'email', 'ng-model' => 'forgotData.email'}/
|
||||
%span.glyphicon.glyphicon-envelope.form-control-feedback
|
||||
.row
|
||||
.col-sm-8.hidden-xs
|
||||
%a.btn.btn-link{'ui-sref' => 'auth.login'} Go back to the login page
|
||||
.col-sm-4
|
||||
%button.btn.btn-main.btn-block.btn-flat{:type => 'submit'} Reset Password
|
||||
.col-xs-12.visible-xs
|
||||
%a.btn.btn-link.btn-block{'ui-sref' => 'auth.login'} Go back to the login page
|
||||
Reference in New Issue
Block a user