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: 0d040a5cdb3daf10c3cf6fb62d7809d5923d2970 (plain)
1
2
3
4
5
6
7
8
9
10
- breadcrumb_title _('Edit')
- add_to_breadcrumbs _('Milestones'), project_milestones_path(@project)
- page_title _('Edit'), @milestone.title, _('Milestones')

%h3.page-title
  = _('Edit Milestone')

%hr

= render 'form'