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

show.html.haml « cycle_analytics « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba79f0ee3cb74ddca7445c75ffa47227879e1681 (plain)
1
2
3
4
5
6
- page_title _("Value Stream Analytics")
- data_attributes = @request_params.valid? ? @request_params.to_data_attributes : {}
- data_attributes.merge!(cycle_analytics_initial_data(@project, @group))
- add_page_specific_style 'page_bundles/cycle_analytics'

#js-cycle-analytics{ data: data_attributes }