Sha256: 70251afc59e7331db253864440a52feb1fef479b343959ac0a67cb922c82cd71

Contents?: true

Size: 509 Bytes

Versions: 5

Compression:

Stored size: 509 Bytes

Contents

= form_for @<%= resource_name %>, url: <%= resource_name %>_path do |form|
  - if @<%= resource_name %>.errors.any?
    %h2 Form is invalid
    %ul
      - for message in @<%= resource_name %>.errors.full_messages
        %li
          = message
  %p
    = form.label :email
    = form.text_field :email
  %p
    = form.label :password
    = form.password_field :password
  %p
    = form.label :password_confirmation
    = form.password_field :password_confirmation
  %p.button
    = form.submit t('.create')

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mac_generators-0.3.1 lib/generators/authentication/email/templates/haml/identity_new.html.haml
mac_generators-0.2.1 lib/generators/authentication/email/templates/haml/identity_new.html.haml
mac_generators-0.2.0 lib/generators/authentication/email/templates/haml/identity_new.html.haml
mac_generators-0.1.1 lib/generators/authentication/email/templates/haml/identity_new.html.haml
mac_generators-0.0.1 lib/generators/authentication/templates/haml/identity_new.html.haml