Sha256: ddda1a6c346f3e5e09a404b755213aed3624e8f8e5b182f5ca99e7e10f88a932

Contents?: true

Size: 512 Bytes

Versions: 9

Compression:

Stored size: 512 Bytes

Contents

- model_class = Webhooker::Subscriber
- if @subscribers.blank?
  .alert
    p.text-muted=t 'no_item', item: model_class.model_name.human

= paginate @subscribers
table.table.table-striped.table-fixed
  - if @subscribers.present?
    caption= render 'layouts/webhooker/paginate_info', items: @subscribers
  thead
    tr
      th= model_class.human_attribute_name(:url)
      th= model_class.human_attribute_name(:secret)
      th
  tbody
    = render @subscribers
    = render 'form', subscriber: model_class.new

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
webhooker-0.5.0 app/views/webhooker/subscribers/index.html.slim
webhooker-0.4.0 app/views/webhooker/subscribers/index.html.slim
webhooker-0.3.0 app/views/webhooker/subscribers/index.html.slim
webhooker-0.2.0 app/views/webhooker/subscribers/index.html.slim
webhooker-0.1.2 app/views/webhooker/subscribers/index.html.slim
webhooker-0.1.1 app/views/webhooker/subscribers/index.html.slim
webhooker-0.1.0 app/views/webhooker/subscribers/index.html.slim
webhooker-0.0.2 app/views/webhooker/subscribers/index.html.slim
webhooker-0.0.1 app/views/webhooker/subscribers/index.html.slim