Sha256: 6742e4d5f543e3986071b884636b7323a0d32c4d61740087b7ff6313ec82812a

Contents?: true

Size: 757 Bytes

Versions: 5

Compression:

Stored size: 757 Bytes

Contents

%h2 Setup Your Account

.instructions.well
  The administrator for
  %strong=resource.user_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.2.0.pre.4 app/views/users/invitations/edit.html.haml
artfully_ose-1.2.0.pre.3 app/views/users/invitations/edit.html.haml
artfully_ose-1.2.0.pre.2 app/views/users/invitations/edit.html.haml
artfully_ose-1.2.0.pre.1 app/views/users/invitations/edit.html.haml
artfully_ose-1.2.0.pre app/views/users/invitations/edit.html.haml