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

6 lines
146 B
Plaintext
Raw Normal View History

2016-08-18 18:22:57 -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 } %>