Sha256: d2e2594fc27c9edd033f551c2009d62af264ab20cd662d32a324dc7ecdc08792
Contents?: true
Size: 433 Bytes
Versions: 2
Compression:
Stored size: 433 Bytes
Contents
<h1>New User</h1> <hr> <%= simple_form_for(@user, url: users_path(@user)) do |f| %> <%= f.error_notification %> <div class="form-inputs"> <%= f.input :username %> <%= f.input :email %> <%= f.input :password %> <%= f.input :password_confirmation %> </div> <div class="form-actions"> <%= f.button :submit, class: "btn btn-primary" %> <%= link_to 'Back', root_path, class: "btn" %> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bootup-0.0.4.1 | lib/generators/bootup/templates/authentication/views/users/new.html.erb |
bootup-0.0.4 | lib/generators/bootup/templates/authentication/views/users/new.html.erb |