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

index.html.haml « contacts « crm « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81293937f77f3e45cd799f241065311c0b2226c1 (plain)
1
2
3
4
- breadcrumb_title _('Customer Relations Contacts')
- page_title _('Customer Relations Contacts')

#js-crm-contacts-app{ data: { group_full_path: @group.full_path, group_issues_path: issues_group_path(@group), group_id: @group.id, can_admin_crm_contact: can?(current_user, :admin_crm_contact, @group).to_s, base_path: group_crm_contacts_path(@group) } }