gitlab-org--gitlab-foss/app/views/projects/environments/new.html.haml
Luke Bennett 680efd4f8d
Added subnav to labels edit+new and milestones edit+new+show
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
2016-10-07 12:46:46 +01:00

9 lines
182 B
Text

- @no_container = true
- page_title 'New Environment'
= render "projects/pipelines/head"
%div{ class: container_class }
%h3.page-title
New environment
%hr
= render 'form'