skill-assessment-app/app/views/admin/user/edit.html.erb

4 lines
144 B
Plaintext
Raw Normal View History

2017-03-20 10:57:50 -05:00
<% content_for :section_title, "Edit: #{@user.name}" %>
2016-08-18 15:35:17 -05:00
2016-08-24 12:17:00 -05:00
<%= render partial: 'form', locals: {user: @user, action: admin_update_user_path } %>