Sha256: 0c6ff917ca72d2cafdc3f784b305e6b39f54d68baed51283c17259eef2c9dabf
Contents?: true
Size: 595 Bytes
Versions: 2
Compression:
Stored size: 595 Bytes
Contents
%section.tags .d-flex.justify-content-between %h2 Tags .action = link_to "Add New", hyper_kitten_meow.new_admin_tag_path, class: "btn btn-primary" %table.table %thead %tr %th Label %th Manage %tbody - @tags.each do |tag| %tr.tag %td= "#{tag.label}" %td = link_to "Edit", edit_admin_tag_path(tag), class: "btn btn-sm btn-outline-info" = button_to "Delete", admin_tag_path(tag), method: :delete, class: "btn btn-sm btn-outline-danger", form_class: "d-inline" != pagy_bootstrap_nav(@pagy)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hyper-kitten-meow-0.1.2 | app/views/hyper_kitten_meow/admin/tags/index.html.haml |
hyper-kitten-meow-0.1.1 | app/views/hyper_kitten/meow/admin/tags/index.html.haml |