Sha256: 7f3d62b8322cff9e23f0881b028ff851ac19005f2e37ecd2d1d35fd275971001
Contents?: true
Size: 514 Bytes
Versions: 44
Compression:
Stored size: 514 Bytes
Contents
.sites-index.padded %h5 Sites = link_to '[+]', new_site_path %table.bordered %tr %th %th slug %th kind %th origin %th post_path - @sites.each do |ttt| %tr %td .flex-row = button_to '[x]', site_path(ttt), method: :delete, data: { confirm: 'Are you sure?' } = link_to '[~]', edit_site_path(ttt) = ttt.id %td= ttt.slug %td= ttt.kind %td= ttt.origin %td= ttt.post_path
Version data entries
44 entries across 44 versions & 1 rubygems