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