debian-mirror-gitlab/app/views/projects/milestones/new.html.haml
2018-12-23 12:14:25 +05:30

12 lines
239 B
Text

- @no_container = true
- add_to_breadcrumbs "Milestones", project_milestones_path(@project)
- breadcrumb_title "New"
- page_title "New Milestone"
%div{ class: container_class }
%h3.page-title
New Milestone
%hr
= render "form"