Sha256: d7f554a1bb1f2632bee99f8228f8597106b100f80df8c78e4ab8e38116a02a7d

Contents?: true

Size: 766 Bytes

Versions: 11

Compression:

Stored size: 766 Bytes

Contents

<h2>Accept invitation to <%= @invitation.account_name %></h2>

<%= semantic_form_for @invitation do |form| %>
  <%= form.inputs 'I am a new user', :class => 'new_user' do -%>
    <%= form.input :new_user_email, :label => 'Email' %>
    <%= form.input :new_user_name, :label => 'Name' %>
    <%= form.input :new_user_password, :label => 'Password' %>
    <%= form.input :new_user_password_confirmation, :label => 'Confirm password' %>
  <% end -%>

  <%= form.inputs 'I am an existing user', :class => 'existing_user' do -%>
    <%= form.input :existing_user_email, :label => 'Email' %>
    <%= form.input :existing_user_password, :label => 'Password' %>
  <% end -%>

  <%= form.buttons do %>
    <%= form.commit_button "Accept Invitation" %>
  <% end %>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
saucy-0.1.12 app/views/invitations/show.html.erb
saucy-0.1.11 app/views/invitations/show.html.erb
saucy-0.1.9 app/views/invitations/show.html.erb
saucy-0.1.8 app/views/invitations/show.html.erb
saucy-0.1.7 app/views/invitations/show.html.erb
saucy-0.1.6 app/views/invitations/show.html.erb
saucy-0.1.5 app/views/invitations/show.html.erb
saucy-0.1.4 app/views/invitations/show.html.erb
saucy-0.1.3 app/views/invitations/show.html.erb
saucy-0.1.2 app/views/invitations/show.html.erb
saucy-0.1.1 app/views/invitations/show.html.erb