Sha256: 4ff47e31db804c4c4f1c137d66011481ea3335248d8980b751377fa2a4e41a55

Contents?: true

Size: 800 Bytes

Versions: 10

Compression:

Stored size: 800 Bytes

Contents

<h2>Sign up</h2>

<%= semantic_form_for @signup, :url => plan_accounts_path(@plan) do |form| %>
  <%= form.error_messages %>

  <h5 class="legend">Basic Information</h5>
  <%= form.inputs do %>
    <%= form.input :account_name, :label => 'Company Name' %>
    <%= form.input :url, :label => 'Account URL', :hint => "http://copycopter.com/accounturl" %>
  <% end %>

  <% unless signed_in? -%>
    <h5 class="legend">User Information</h5>
    <%= form.inputs do %>
      <%= form.input :user_name, :label => "Your name" %>
      <%= form.input :email %>
      <%= form.input :password %>
      <%= form.input :password_confirmation, :label => "Confirm password", :required => true %>
    <% end -%>
  <% end -%>

  <%= form.buttons do %>
    <%= form.commit_button "Sign up" %>
  <% end %>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

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