Sha256: c06ceb74e700ab50a576ea4f05c65b697f70bff258e7f77ae0e4cbe25aea543a

Contents?: true

Size: 782 Bytes

Versions: 50

Compression:

Stored size: 782 Bytes

Contents

<% content_for :header do -%>
  <h2>Accept invitation to <%= @invitation.account_name %></h2>
<% end -%>

<%= 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' %>
  <% end -%>

  <h5 class="legend">I am an existing user</h5>
  <%= form.inputs :class => 'existing_user' do -%>
    <%= form.input :authenticating_user_email, :label => 'Email' %>
    <%= form.input :authenticating_user_password, :label => 'Password' %>
  <% end -%>

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

Version data entries

50 entries across 50 versions & 2 rubygems

Version Path
saucy-0.15.2 app/views/invitations/show.html.erb
saucy-0.15.1 app/views/invitations/show.html.erb
saucy-0.15.0 app/views/invitations/show.html.erb
saucy-0.14.5 app/views/invitations/show.html.erb
saucy-0.14.3 app/views/invitations/show.html.erb
saucy-0.10.10 app/views/invitations/show.html.erb
saucy-0.14.2 app/views/invitations/show.html.erb
saucy-0.14.1 app/views/invitations/show.html.erb
saucy-0.14.0 app/views/invitations/show.html.erb
saucy-0.13.3 app/views/invitations/show.html.erb
saucy-0.13.2 app/views/invitations/show.html.erb
saucy-0.10.9 app/views/invitations/show.html.erb
saucy-0.10.8 app/views/invitations/show.html.erb
saucy-0.13.1 app/views/invitations/show.html.erb
saucy-0.13.0 app/views/invitations/show.html.erb
saucy-0.12.5 app/views/invitations/show.html.erb
saucy-0.12.4 app/views/invitations/show.html.erb
saucy-0.12.3 app/views/invitations/show.html.erb
saucy-0.12.2 app/views/invitations/show.html.erb
saucy-0.12.1 app/views/invitations/show.html.erb