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

6 lines
109 B
Text
Raw Normal View History

- page_title _("Edit"), @user.name, _("Users")
%h3.page-title
Edit user: #{@user.name}
2012-02-11 12:56:18 -05:00
%hr
2011-10-08 17:36:38 -04:00
= render 'form'