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

edit.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: 11f41e75e633750f444f99fd9ed3578ec71e89c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- @no_container = true
- page_title "Edit", @milestone.title, "Milestones"
= render "projects/issues/head"

%div{ class: container_class }

  %h3.page-title
    Edit Milestone ##{@milestone.iid}

  %hr

  = render "form"