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

new.html.haml « milestones « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70ec1b0008ab98567043eed0c330fd9e60bf88dc (plain)
1
2
3
4
5
6
7
8
9
10
- add_to_breadcrumbs _('Milestones'), project_milestones_path(@project)
- breadcrumb_title _('New')
- page_title _('New Milestone')

%h1.page-title.gl-font-size-h-display
  = _('New Milestone')

%hr

= render 'form'