Sha256: e193ec7d4d30bd289f8b29fda9157a6198b34422ad56aa03603c6d3a32d8c5ac

Contents?: true

Size: 373 Bytes

Versions: 4

Compression:

Stored size: 373 Bytes

Contents

<div class="container">
  <h2>New User</h2>

  <%= simple_form_for @user, :url => dashboard_users_path, :method => :post do |f| %>
    <%= f.input :email %>
    <%= f.association :storytime_role, include_blank: false, label_method: :label %>
    <%= f.input :password %>
    <%= f.input :password_confirmation %>
    <%= f.submit class: "btn btn-info" %>
  <% end %>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
storytime-1.2.0 app/views/storytime/dashboard/users/new.html.erb
storytime-1.1.1 app/views/storytime/dashboard/users/new.html.erb
storytime-1.0.7 app/views/storytime/dashboard/users/new.html.erb
storytime-1.0.6 app/views/storytime/dashboard/users/new.html.erb