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: 5507d640e041d42a3bdf8205c16f71674ac79e84 (plain)
1
2
3
4
- page_title _("Edit"), @user.name, _("Users")
%h1.page-title.gl-font-size-h-display
  = _("Edit user: %{user_name}") % { user_name: @user.name }
= render 'form'