debian-mirror-gitlab/app/views/groups/milestones/new.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
243 B
Text
Raw Normal View History

2019-02-15 15:39:39 +05:30
- add_to_breadcrumbs _("Milestones"), group_milestones_path(@group)
- breadcrumb_title _("New")
- page_title _("Milestones"), @milestone.name, _("Milestones")
2015-11-26 14:37:03 +05:30
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display
2021-06-08 01:23:25 +05:30
= _("New Milestone")
2015-11-26 14:37:03 +05:30
2019-12-04 20:38:33 +05:30
%hr
2019-02-15 15:39:39 +05:30
2019-12-04 20:38:33 +05:30
= render "form"