app/views/storytime/dashboard/users/edit.html.erb in storytime-0.0.4 vs app/views/storytime/dashboard/users/edit.html.erb in storytime-1.0.0

- old
+ new

@@ -1,9 +1,10 @@ <div class="container"> - <h2>Edit User</h2> + <h2><%= t('dashboard.users.edit_user_header') %></h2> + <%= simple_form_for [:dashboard, @user] do |f| %> <%= f.input :email %> <%= f.input :storytime_name %> - <%= f.association :storytime_role, include_blank: false, label_method: :label %> + <%= f.association :storytime_role, include_blank: true, label_method: :label %> <%= f.submit class: "btn btn-info" %> <% end %> </div> \ No newline at end of file