debian-mirror-gitlab/app/views/projects/cycle_analytics/_overview.html.haml

16 lines
703 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
.cycle-analytics-overview
.container
.row
2018-11-08 19:23:39 +05:30
.col-md-10.offset-md-1
2017-08-17 22:00:37 +05:30
.row.overview-details
.col-md-6.overview-text
%h4 Introducing Cycle Analytics
%p
Cycle Analytics gives an overview of how much time it takes to go from idea to production in your project.
To set up CA, you must first define a production environment by setting up your CI and then deploy to production.
%p
2019-12-21 20:55:43 +05:30
%a.btn{ href: help_page_path('user/analytics/cycle_analytics.md'), target: '_blank' } Read more
2017-08-17 22:00:37 +05:30
.col-md-6.overview-image
%span.overview-icon
= custom_icon ('icon_cycle_analytics_overview')