Sha256: 7119f495ba46a5298b613fc9b4c51d43f0c3683dc9f6a02733a5dd2fb982d112
Contents?: true
Size: 404 Bytes
Versions: 9
Compression:
Stored size: 404 Bytes
Contents
%section.tags .admin-title-header %h2 Tags = link_to "Add New", new_admin_tag_path %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) = link_to "Delete", admin_tag_path(tag), method: :delete = paginate @tags
Version data entries
9 entries across 9 versions & 1 rubygems