BigW Consortium Gitlab

_badge.html.haml 807 Bytes
Newer Older
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
.row{ 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)