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

_show.html.haml « variables « ci « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d75ae96124f0f4b82e1bd9c704d5ede8e2a3ebf (plain)
1
2
3
4
5
6
7
8
9
- page_title "Variables"

.row.prepend-top-default.append-bottom-default
  .col-lg-3
    = render "ci/variables/content"
  .col-lg-9
    %h4.prepend-top-0
      Update variable
    = render "ci/variables/form", btn_text: "Save variable"