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

index.html.haml « organizations « crm « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7702889eefacf312ff60b1bf049f57ab959e2e9 (plain)
1
2
3
4
5
6
7
8
- breadcrumb_title _('Customer relations organizations')
- page_title _('Customer relations organizations')
- @content_wrapper_class = "gl-relative"

= content_for :after_content do
  #js-crm-form-portal

#js-crm-organizations-app{ data: { base_path: group_crm_organizations_path(@group), can_admin_crm_organization: can?(current_user, :admin_crm_organization, @group).to_s, group_full_path: @group.full_path, group_id: @group.id, group_issues_path: issues_group_path(@group), text_query: params[:search] } }