Sha256: 312f252883d3ab80cc998f13076b01fafa714b7575096e628e84ce0a8198b697

Contents?: true

Size: 348 Bytes

Versions: 9

Compression:

Stored size: 348 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
site_hook-0.6.15 lib/site_hook/views/webhooks.haml
site_hook-0.6.14 lib/site_hook/views/webhooks.haml
site_hook-0.6.13 lib/site_hook/views/webhooks.haml
site_hook-0.6.12 lib/site_hook/views/webhooks.haml
site_hook-0.6.11 lib/site_hook/views/webhooks.haml
site_hook-0.6.10 lib/site_hook/views/webhooks.haml
site_hook-0.6.9 lib/site_hook/views/webhooks.haml
site_hook-0.6.8 lib/site_hook/views/webhooks.haml
site_hook-0.6.7 lib/site_hook/views/webhooks.haml