summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines_settings/_badge.html.haml
blob: 22a3b884520767d533e49150717ec25edba811cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%div{ class: badge.title.gsub(' ', '-') }
  .col-lg-3.profile-settings-sidebar
    %h4.prepend-top-0
      = badge.title.capitalize
  .col-lg-9
    .prepend-top-10
      .panel.panel-default
        .panel-heading
          %b
            = badge.title.capitalize
            ·
          = badge.to_html
          .pull-right
            = render 'shared/ref_switcher', destination: 'badges', align_right: true
        .panel-body
          .row
            .col-md-2.text-center
              Markdown
            .col-md-10.code.js-syntax-highlight
              = highlight('.md', badge.to_markdown)
          .row
            %hr
          .row
            .col-md-2.text-center
              HTML
            .col-md-10.code.js-syntax-highlight
              = highlight('.html', badge.to_html)