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
9 lines
207 B
Text
9 lines
207 B
Text
- @no_container = true
|
|
- page_title "Edit", @environment.name, "Environments"
|
|
= render "projects/pipelines/head"
|
|
|
|
%div{ class: container_class }
|
|
%h3.page-title
|
|
Edit environment
|
|
%hr
|
|
= render 'form'
|