Commit b700bfb9 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'ek-fix-group-vsa-page-css-bundle' into 'master'

Adds the page css bundle for group VSA

See merge request gitlab-org/gitlab!43807
parents 85f96425 6e2ed57c
......@@ -3,5 +3,6 @@
- api_paths = @group.present? ? { milestones_path: group_milestones_path(@group), labels_path: group_labels_path(@group) } : {}
- image_paths = { empty_state_svg_path: image_path("illustrations/analytics/cycle-analytics-empty-chart.svg"), no_data_svg_path: image_path("illustrations/analytics/cycle-analytics-empty-chart.svg"), no_access_svg_path: image_path("illustrations/analytics/no-access.svg")}
- data_attributes.merge!(api_paths, image_paths)
- add_page_specific_style 'page_bundles/cycle_analytics'
#js-cycle-analytics-app{ data: data_attributes }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment