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: 84ffbc0a926a0c44860aa4ec3935a18089ea7f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- @no_container = true
- breadcrumb_title "Milestones"
- page_title "New Milestone"
= render "shared/mr_head"

%div{ class: container_class }
  %h3.page-title
    New Milestone

  %hr

  = render "form"