Sha256: 4f393376ad5fbda0fc0d6687fc5b5adbb8a7cbdb9181711048f643447d2b7899
Contents?: true
Size: 811 Bytes
Versions: 1
Compression:
Stored size: 811 Bytes
Contents
<h2>Accept invitation to <%= @invitation.account_name %></h2> <%= semantic_form_for @invitation do |form| %> <h5 class="legend">I am a new user</h5> <%= form.inputs :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 -%> <h5 class="legend">I am an existing user</h5> <%= form.inputs :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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
saucy-0.1.13 | app/views/invitations/show.html.erb |