Sha256: f1a4fa8f8946754b75fe52b5c1e8655f4ccac8888dc7b625288b3c2c69f3673d
Contents?: true
Size: 889 Bytes
Versions: 44
Compression:
Stored size: 889 Bytes
Contents
.publishers-index.padded %h5 Publishers = link_to '[+]', wco.new_publisher_path %table.bordered %tr %th %th slug %br site %th context_eval %br post_body_eval - @publishers.each do |item| %tr %td .flex-row = button_to '[x]', wco.publisher_path(item), method: :delete, data: { confirm: 'Are you sure?' } = link_to '[~]', wco.edit_publisher_path(item) = button_to '[run]', wco.do_run_publisher_path( item ), data: { confirm: 'Are you sure?' } %td = item.slug %hr = item.site.origin %td %pre.monospace = item.context_eval %hr %pre.monospace = item.post_body_tmpl %hr %pre.monospace = item.after_eval
Version data entries
44 entries across 44 versions & 1 rubygems