Sha256: 2205dbc74b41b9cd7387c6a75357e194202f3cfde0687426f4d42ee7d3ae9991

Contents?: true

Size: 295 Bytes

Versions: 5

Compression:

Stored size: 295 Bytes

Contents

.standalone
  = form_tag(passwords_path, one_submit_only(:passwords)) do
    .title #{t :forgot_password}
    .intro #{t :password_intro}
    .section
      .label #{t :email}:
      = text_field_tag :email
    %br
    .buttonbar
      = submit_tag t(:reset_password), :id => "passwords_submit"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/passwords/new.html.haml
fat_free_crm-0.12.2 app/views/passwords/new.html.haml
fat_free_crm-0.12.1 app/views/passwords/new.html.haml
fat_free_crm-0.12.0 app/views/passwords/new.html.haml
fat_free_crm-0.11.4 app/views/passwords/new.html.haml