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