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

edit.html.haml « milestones « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 931d73715d3e977184f1700092ee20863623b398 (plain)
1
2
3
4
5
6
7
8
9
10
- breadcrumb_title _("Edit")
- page_title _("Milestones")

- render "header_title"

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

= render "form"