Sha256: eda2b278d1df953637f54b4ca1c3969dacfb935c00f5a88490da6dff03ba9ba3

Contents?: true

Size: 307 Bytes

Versions: 2

Compression:

Stored size: 307 Bytes

Contents

<h3><%= Tag.count %> Tags / <%= Tagging.count %> Taggings</h3>

<p>
<% @tags.each_with_index do |tag,index| %>
  <% if index > 0 %>
    &nbsp;
  <% end %>
  <%= link_to tag.key, short_tag_path(tag) %>
  <span class='tagging-count'>
   (<%= tag.taggings.count %>)
  </span>
<% end %><!-- each tag -->
</p>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
worlddb-admin-0.1.1 app/views/world_db_admin/tags/index.html.erb
worlddb-admin-0.1.0 app/views/world_db_admin/tags/index.html.erb