Sha256: 262a45d0e4f9d988a0981bde891afbe1f913b6af688a68ca86058cad61d16161

Contents?: true

Size: 378 Bytes

Versions: 8

Compression:

Stored size: 378 Bytes

Contents

#webhook-list.list-group
  - projects.each do |name, hsh|
    - if hsh.fetch('private', nil).nil? or hsh.fetch('private', nil) == false
      %a.list-group-item{id: "#{hsh['repo'].sub(/\./, '-').sub(/\//, '-')}", href: "https://#{hsh['host']}/#{hsh['repo']}"}
        %p.display-6 #{name}
        %span.badge.badge-pill.badge-dark
          https://#{hsh['host']}/#{hsh['repo']}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
site_hook-0.8.2 lib/site_hook/views/webhooks.haml
site_hook-0.8.1 lib/site_hook/views/webhooks.haml
site_hook-0.8.0 lib/site_hook/views/webhooks.haml
site_hook-0.7.0 lib/site_hook/views/webhooks.haml
site_hook-0.6.23 lib/site_hook/views/webhooks.haml
site_hook-0.6.22 lib/site_hook/views/webhooks.haml
site_hook-0.6.21 lib/site_hook/views/webhooks.haml
site_hook-0.6.19 lib/site_hook/views/webhooks.haml