Welcome to mirror list, hosted at ThFree Co, Russian Federation.

edit.html.haml « users « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3ebb691ba969185099fd0df741ca008d42c450e (plain)
1
2
3
4
5
- page_title _("Edit"), @user.name, _("Users")
%h3.page-title
  = _("Edit user: %{user_name}") % { user_name: @user.name }
%hr
= render 'form'