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: 43f8863163dadbd50cbdc1603e899c9a2e4c6e17 (plain)
1
2
3
4
5
6
7
8
9
- page_title "Edit", @milestone.title, "Milestones"
= render "header_title"

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

%hr

= render "form"