summaryrefslogtreecommitdiff
path: root/app/views/admin/identities/edit.html.haml
blob: 1ad6ce969cb40edf3cbe79bb9e6fb34f3d0513a1 (plain)
1
2
3
4
5
6
- page_title _("Edit"), @identity.provider, _("Identities"), @user.name, _("Users")
%h3.page-title
  = _('Edit identity for %{user_name}') % { user_name: @user.name }
%hr

= render 'form'