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

new.html.haml « identities « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3e7bb8a3702e2a0843f8ea2077a957947eec5ce (plain)
1
2
3
4
5
6
7
- add_to_breadcrumbs _('Users'), admin_users_path
- add_to_breadcrumbs @user.name, admin_user_identities_path(@user)
- breadcrumb_title _('New Identity')
- page_title _('New Identity')
%h1.page-title.gl-font-size-h-display= _('New identity')
%hr
= render 'form'