Sha256: 300b84d6fb3d487e0373012fcfdf963b3f2ae760f155f0ae73fc06199f777caa
Contents?: true
Size: 514 Bytes
Versions: 2
Compression:
Stored size: 514 Bytes
Contents
<%= render 'tab_admin_menu' %> <table class='table table-striped'> <thead> <tr> <th><%= t 'activerecord.attributes.tags.name' %></th> <th><%= t('actions') %></th> </tr> </thead> <tbody> <% @tags.each do |tag| %> <tr> <td><%= link_to ("#{tag.name} (#{tag.taggings.count})"), blog_by_tag_path(tag.name) %></td> <td><%= link_to t('edit'), edit_tag_path(tag), class: 'btn btn-xs btn-primary' %></td> </tr> <% end %> </tbody> </table> <%= render 'shared/admin_sidebar' %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tkh_content-0.9.10 | app/views/tags/index.html.erb |
tkh_content-0.9.9 | app/views/tags/index.html.erb |