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: 7d10e839cd69eeeb5714783edf4952b7e44a058e (plain)
1
2
3
4
5
- page_title _("Edit"), @user.name, _("Users")
%h3.page-title
  Edit user: #{@user.name}
%hr
= render 'form'