diaspora/app/views/passwords/new.mobile.haml
goobertron 2a145e67ab Update design of forgot_password and change_password forms
Fix redirect to stream, make labels lower-case

Fix cuke
2014-02-09 15:48:06 +00:00

29 lines
980 B
Text

-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
#main_stream.stream
#login_form
.login-container
= form_for(resource, :as => resource_name, :url => password_path(resource_name)) do |f|
%fieldset
%legend
=t('.forgot_password')
- unless devise_error_messages!.empty?
%i= t('.no_account')
.control-group
= f.label :email, t('email'), :class => "control-label"
.controls
= f.text_field :email
.controls
= f.submit t('.send_password_instructions'), :class => 'btn'
%footer
- if display_registration_link?
= link_to t('devise.shared.links.sign_up'), new_registration_path(resource_name)
= link_to t('devise.sessions.new.sign_in'), new_user_session_path()
= link_to t('layouts.application.toggle'), toggle_mobile_path