summaryrefslogtreecommitdiff
path: root/app/views/ci/variables/_show.html.haml
blob: 2bfb290629d9d64ce71d4fcfe4805bac412c4f0b (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
    %h5.prepend-top-0
      Update variable
    = render "ci/variables/form", btn_text: "Save variable"