Sha256: c8ea36cb23bd4e6bda3ac2b6ef177b12e13ffdabda7574dd6dc7083620ad0061

Contents?: true

Size: 638 Bytes

Versions: 21

Compression:

Stored size: 638 Bytes

Contents

- include_stylesheet 'reader'

%p
  =t('password_reset_instructions')
  %strong
    =t('password_reset_reassurance')
  
- if @error
  %p.haserror
    = t(@error)

.password_form
  - email = current_reader.email if current_reader
  - form_tag password_reset_path, :class => 'friendly' do
    %p
      %label{:for => "email"}
        = t('your_email')
      %br
      = text_field_tag 'email', email, :class => 'titular'

    %p
      = submit_tag t('send_reset_button')

- content_for :breadcrumbs do
  = link_to t('home').titlecase, '/'
  > 
  = t('reset_password').titlecase

- content_for :title do
  = t('reset_password').titlecase

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
radiant-reader-extension-1.0.0 app/views/password_resets/new.html.haml