Sha256: 3f7260092edf32e279ac088fbdb16cdcf83d79350a1eb5d1eb9220db2e5f2521

Contents?: true

Size: 365 Bytes

Versions: 6

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)
      %a{id: "#{hsh['repo'].sub(/\./, '-').sub(/\//, '-')}", class: "list-group-item",href: "https://#{hsh['host']}/#{hsh['repo']}"}
        #{name}
        %span{class: "badge badge-pill badge-dark"} https://#{hsh['host']}/#{hsh['repo']}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
site_hook-0.6.4 lib/site_hook/views/webhooks.haml
site_hook-0.6.3 lib/site_hook/views/webhooks.haml
site_hook-0.6.2 lib/site_hook/views/webhooks.haml
site_hook-0.6.1 lib/site_hook/views/webhooks.haml
site_hook-0.6.0 lib/site_hook/views/webhooks.haml
site_hook-0.5.0 lib/site_hook/views/webhooks.haml