Sha256: 90b95c56c9268d6c008e46691b70fa0414b20bdc0c39900929457a636f57d2d7
Contents?: true
Size: 953 Bytes
Versions: 40
Compression:
Stored size: 953 Bytes
Contents
.publishers-index.maxwidth %h5 Publishers = link_to '[+]', wco.new_publisher_path %table.bordered %tr %th %th slug %th site %th Run - @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) %td -# = link_to item.slug, publisher_path(item) = item.slug %td = link_to '[~]', edit_site_path(item.site) -# = link_to item.site.origin, site_path(item.site) = item.site %td .Card = form_for item, url: wco.run_publisher_path( item ), method: :post do |f| %label props = f.text_field :props, class: 'w-400px' = f.submit 'run', data: { confirm: 'Are you sure?' }
Version data entries
40 entries across 40 versions & 1 rubygems