Sha256: 9179a1289e59ff073280f17a44caa42993f32f605b4801047c98448d2f36bcfa

Contents?: true

Size: 543 Bytes

Versions: 1

Compression:

Stored size: 543 Bytes

Contents

- title t(:title)

- form_for @<%= user_singular_name %> do |f|
  = f.error_messages
  - f.fieldset do
    - f.required_field :email
    - f.field do
      = f.required :old_password
      = f.password_field :old_password
    - f.field do
      = f.label :password
      = f.password_field :password
    - f.field do
      = f.label :password_confirmation
      = f.password_field :password_confirmation
    - f.field do
      %label &nbsp;
      = f.submit t(:submit)

%ol.actions
  %li.show= link_to t(:show), <%= user_singular_name %>_path

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iain-pizza-generators-0.1.3 rails_generators/pizza_authentication/templates/views/haml/edit.html.haml