summaryrefslogtreecommitdiff
path: root/app/views/projects/cycle_analytics/_overview.html.haml
blob: c8f0b547f8049326555d1aff5460016797479a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.cycle-analytics-overview
  .container
    .row
      .col-md-10.col-md-offset-1
        .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
              %a.btn{ href: help_page_path('user/project/cycle_analytics'), target: "_blank" } Read more
          .col-md-6.overview-image
            %span.overview-icon
              = custom_icon ('icon_cycle_analytics_overview')