Welcome to mirror list, hosted at ThFree Co, Russian Federation.

edit.html.haml « environments « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6ff3f729b48a1f6def61463bd368155786b0b90 (plain)
1
2
3
4
5
6
7
8
- @no_container = true
- page_title "Edit", @environment.name, "Environments"

%div{ class: container_class }
  %h3.page-title
    Edit environment
  %hr
  = render 'form'