Sha256: 53a030b96aaf95258626987076f682753a1e5e2a438fbd303a327cde8e32eab6
Contents?: true
Size: 405 Bytes
Versions: 12
Compression:
Stored size: 405 Bytes
Contents
<%= simple_form_for @user do |f| %> <%= f.error_notification %> <div class="form-inputs"> <%= f.input :email %> <%= f.input :first_name %> <%= f.input :last_name %> <%= f.input :password %> <%= f.input :password_confirmation %> </div> <div class="form-actions"> <%= f.button :submit, label: t('authentication.create_account'), :class => 'btn btn-primary' %> </div> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems