gitlab-org--gitlab-foss/app/views/admin/users/edit.html.haml

8 lines
140 B
Plaintext
Raw Normal View History

%h3.page-title
Edit user: #{@user.name}
.back-link
= link_to admin_user_path(@user) do
← Back to user page
2012-02-11 17:56:18 +00:00
%hr
2011-10-08 21:36:38 +00:00
= render 'form'