1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

initial commit from appmail

هذا الالتزام موجود في:
Adam Cooke
2017-04-19 13:07:25 +01:00
الأصل a3eff53792
التزام 2fdba0ceb5
474 ملفات معدلة مع 51228 إضافات و0 حذوفات

عرض الملف

@@ -0,0 +1,16 @@
- page_title << "Reset your password"
.subPageBox__title
Reset your password
= display_flash
.subPageBox__content
%p.subPageBox__text
If you've forgotten your password, just enter your e-mail address below and we'll send you an email with a link which
will allow you to choose a new password.
= form_tag login_reset_path, :class => 'loginForm' do
= hidden_field_tag 'return_to', params[:return_to]
%p.loginForm__input= text_field_tag 'email_address', '', :class => 'input input--text input--onWhite', :placeholder => "Your e-mail address", :autofocus => true, :tabindex => 1
.loginForm__submit
%ul.loginForm__links
%li= link_to "Back to login", login_path(:return_to => params[:return_to])
%p= submit_tag "Continue", :class => 'button button--positive', :tabindex => 3