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

_milestones.html.haml « empty_states « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d7dbd1415b4407a76bc11e03de48c5ee606f5e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- learn_more_path = local_assigns.fetch(:learn_more_path, help_page_path('user/project/milestones/index'))
- learn_more_link = link_to _('Learn more.'), learn_more_path

.row.empty-state
  .col-12
    .svg-content
      = image_tag 'illustrations/milestone_burndown_chart.svg'
  .col-12
    .text-content.text-center
      %h4= s_('Milestones|Use milestones to track issues and merge requests over a fixed period of time')
      %p.state-description
        = s_('Milestones|Organize issues and merge requests into a cohesive group, and set optional start and due dates. %{learn_more_link}').html_safe % { learn_more_link: learn_more_link }
      = yield