debian-mirror-gitlab/app/views/projects/milestones/edit.html.haml

15 lines
285 B
Text
Raw Normal View History

2016-11-03 12:29:30 +05:30
- @no_container = true
2019-03-02 22:35:43 +05:30
- breadcrumb_title _('Edit')
- add_to_breadcrumbs _('Milestones'), project_milestones_path(@project)
- page_title _('Edit'), @milestone.title, _('Milestones')
2015-12-23 02:04:40 +05:30
2019-02-15 15:39:39 +05:30
2016-11-03 12:29:30 +05:30
%div{ class: container_class }
2015-12-23 02:04:40 +05:30
2016-11-03 12:29:30 +05:30
%h3.page-title
2019-03-02 22:35:43 +05:30
= _('Edit Milestone')
2015-12-23 02:04:40 +05:30
2016-11-03 12:29:30 +05:30
%hr
2019-03-02 22:35:43 +05:30
= render 'form'