Sha256: 0652518bdf7e14f28a62444e5a60b4126971b5c4e40a1f5bc0051b691bc9e078

Contents?: true

Size: 752 Bytes

Versions: 5

Compression:

Stored size: 752 Bytes

Contents

%h2 Setup Your Account

.instructions.well
  The administrator for
  %strong=resource.memberships.first.organization.name 
  has invited you to join their organization.  Enter a password for your account and click 'Sign Up' to begin using Artfully!

.account-details
  = form_for resource, :as => resource_name, :url => invitation_path(resource_name), :html => { :method => :put } do |f|
    = devise_error_messages!
    = f.hidden_field :invitation_token
    .control-group
      = f.label :password, :class=>'control-label'
      .controls= f.password_field :password
    .control-group
      = f.label :password_confirmation, :class=>'control-label'
      .controls= f.password_field :password_confirmation

    = f.submit "Sign Up", :class => "btn"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
artfully_ose-1.1.0 app/views/users/invitations/edit.html.haml
artfully_ose-1.1.0.rc2 app/views/users/invitations/edit.html.haml
artfully_ose-1.1.0.rc1 app/views/users/invitations/edit.html.haml
artfully_ose-1.0.0.rc4 app/views/users/invitations/edit.html.haml
artfully_ose-1.0.0.rc3 app/views/users/invitations/edit.html.haml