Files
gitlabhq/app/views/admin/users/edit.html.haml
T
2014-06-03 13:05:06 +03:00

8 lines
140 B
Plaintext

%h3.page-title
Edit user: #{@user.name}
.back-link
= link_to admin_user_path(@user) do
← Back to user page
%hr
= render 'form'