680efd4f8d
Added subnav to blame show, blob edit, builds show, commit builds, commit show, environments edit and pipelines show Added subnav to new enviro view Added sidebar top position calculation logic Added sidebar translation to follow the subnav up when the body is scrolled until a certain limit
12 lines
221 B
Text
12 lines
221 B
Text
- @no_container = true
|
|
- page_title "Edit", @milestone.title, "Milestones"
|
|
= render "projects/issues/head"
|
|
|
|
%div{ class: container_class }
|
|
|
|
%h3.page-title
|
|
Edit Milestone ##{@milestone.iid}
|
|
|
|
%hr
|
|
|
|
= render "form"
|