Sha256: d34edf1d872d7d5d481245a3a8e1141c3871451becc2cfc1cf012828bc24e860

Contents?: true

Size: 365 Bytes

Versions: 2

Compression:

Stored size: 365 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']}"}
        #{name}
        %span.badge.badge-pill.badge-dark
          https://#{hsh['host']}/#{hsh['repo']}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
site_hook-0.6.18 lib/site_hook/views/webhooks.haml
site_hook-0.6.17 lib/site_hook/views/webhooks.haml