Sha256: cb3701a3981ec97ae35a7a1f15e5ee74c073f1152574c11083bf126d36f7d6ce

Contents?: true

Size: 663 Bytes

Versions: 14

Compression:

Stored size: 663 Bytes

Contents

= devise_error_messages!

= form_for resource, :as => resource_name, :url => invitation_path(resource_name), :html => { :method => :put, :class => 'form-horizontal' } do |form|
  %fieldset
    %legend Set Your Member Password

    .control-group
      = form.label :password, :class=>'control-label'
      .controls= form.password_field :password, autocomplete: 'off'

    .control-group
      = form.label :password_confirmation, "Retype Password", :class=>'control-label'
      .controls= form.password_field :password_confirmation, autocomplete: 'off'
    = form.hidden_field :invitation_token
    
    .form-actions
      = form.submit "Save", :class => "btn"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/members/invitations/edit.html.haml
artfully_ose-1.3.0.pre3 app/views/members/invitations/edit.html.haml
artfully_ose-1.3.0.pre2 app/views/members/invitations/edit.html.haml
artfully_ose-1.3.0.pre1 app/views/members/invitations/edit.html.haml
artfully_ose-1.2.0 app/views/members/invitations/edit.html.haml
artfully_ose-1.2.0.beta.1 app/views/members/invitations/edit.html.haml
artfully_ose-1.2.0.alpha.2 app/views/members/invitations/edit.html.haml
artfully_ose-1.2.0.alpha.1 app/views/members/invitations/edit.html.haml
artfully_ose-1.2.0.pre.27 app/views/members/invitations/edit.html.haml
artfully_ose-1.2.0.pre.26 app/views/members/invitations/edit.html.haml
artfully_ose-1.2.0.pre.24 app/views/members/invitations/edit.html.haml
artfully_ose-1.2.0.pre.23 app/views/members/invitations/edit.html.haml
artfully_ose-1.2.0.pre.21 app/views/members/invitations/edit.html.haml
artfully_ose-1.2.0.pre.20 app/views/members/invitations/edit.html.haml