debian-mirror-gitlab/app/views/admin/users/edit.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
162 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
- page_title _("Edit"), @user.name, _("Users")
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display
2021-06-08 01:23:25 +05:30
= _("Edit user: %{user_name}") % { user_name: @user.name }
2014-09-02 18:07:02 +05:30
= render 'form'