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: 4006a4687924a7d95a7b462c95d669109bc4a8c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- @no_container = true
- breadcrumb_title "Edit"
- add_to_breadcrumbs "Milestones", project_milestones_path(@project)
- page_title "Edit", @milestone.title, "Milestones"


%div{ class: container_class }

  %h3.page-title
    Edit Milestone

  %hr

  = render "form"