Sha256: 499f9caf21ee52aa41b78bc0115bfded6ea49a793c6443557b033a86dc415e94

Contents?: true

Size: 763 Bytes

Versions: 2

Compression:

Stored size: 763 Bytes

Contents

#dialog
  - form_for(@user) do |form|
    = form.error_messages
    %table
      %tr
        %td
          = form.label :username, t(:users_username_form_field_label)
        %td
          = form.text_field :username
      %tr
        %td
          = form.label :email, t(:users_email_form_field_label)
        %td
          = form.text_field :email
      %tr
        %td
          = form.label :password, t(:users_password_from_field_label)
        %td
          = form.password_field :password
      %tr
        %td
          = form.label :password_confirmation, t(:users_password_confirmation_label)
        %td
          = form.password_field :password_confirmation
      %tr
        %td
        %td
          = form.submit t(:users_submit_form_action_label)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solarsearch-0.0.10 app/views/users/_user.html.haml
solarsearch-0.0.9 app/views/users/_user.html.haml