summaryrefslogtreecommitdiff
path: root/app/views/admin/identities/edit.html.haml
blob: 54cc9139aca64186bfe36b8ead06ee3012e65c7c (plain)
1
2
3
4
5
6
7
8
9
- add_to_breadcrumbs _('Users'), admin_users_path
- add_to_breadcrumbs @user.name, admin_user_identities_path(@user)
- breadcrumb_title _('Edit Identity')
- page_title _("Edit"), @identity.provider, _("Identities"), @user.name, _("Users")
%h1.page-title.gl-font-size-h-display
  = _('Edit identity for %{user_name}') % { user_name: @user.name }
%hr

= render 'form'