BigW Consortium Gitlab

show.html.haml 525 Bytes
Newer Older
1 2 3
%h2 Check your .gitlab-ci.yml
%hr

4 5 6
.row
  = form_tag ci_lint_path, method: :post do
    .form-group
7
      = label_tag(:content, 'Content of .gitlab-ci.yml', class: 'control-label text-nowrap')
8
      .col-sm-12
9
        = text_area_tag(:content, @content, class: 'form-control span1', rows: 7, require: true)
10 11
    .col-sm-12
      .pull-left.prepend-top-10
12
        = submit_tag('Validate', class: 'btn btn-success submit-yml')
13

14 15 16 17
.row.prepend-top-20
  .col-sm-12
    .results
      = render partial: 'create' if defined?(@status)