Sha256: cd0c13f2de5968f4516173d02cf45b67534703e12a54854f110146e3165bab26

Contents?: true

Size: 491 Bytes

Versions: 1

Compression:

Stored size: 491 Bytes

Contents

<h1>New account</h1>
<%= simple_form_for @account do |form| -%>
  <%= form.input :name, :label => 'Account name', :hint => 'For example, your own name or the name of your company.' %>
  <%= form.input :first_name %>
  <%= form.input :last_name %>
  <%= form.input :email, :label => 'Email address', :hint => 'Will be used as your login.' %>
  <%= form.input :password %>
  <%= form.input :password_confirmation %>
  <%= form.button :submit, "Create account", :class => "Submit" %>
<% end -%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bento-0.0.1 spec/rails_app/app/views/custom_accounts/new.html.erb