Sha256: 33ec72c0f4bcfe01173b0ba55340e8cd88504efd8fda06054384e34699b81615

Contents?: true

Size: 224 Bytes

Versions: 9

Compression:

Stored size: 224 Bytes

Contents

<%= link_to 'Add new blog tag', {:action => :new}, :class => 'big button' %>

<h1>Blog Tags</h1>

<ul class='list categories'>
  <% @tags.each do |tag| %>
    <%= render :partial => 'tag', :object => tag %>
  <% end %>
</ul>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
comfy_blog-0.1.8 app/views/admin/blog/tags/index.html.erb
comfy_blog-0.1.7 app/views/admin/blog/tags/index.html.erb
comfy_blog-0.1.6 app/views/admin/blog/tags/index.html.erb
comfy_blog-0.1.5 app/views/admin/blog/tags/index.html.erb
comfy_blog-0.1.4 app/views/admin/blog/tags/index.html.erb
comfy_blog-0.1.3 app/views/admin/blog/tags/index.html.erb
comfy_blog-0.1.2 app/views/admin/blog/tags/index.html.erb
comfy_blog-0.1.1 app/views/admin/blog/tags/index.html.erb
comfy_blog-0.1.0 app/views/admin/blog/tags/index.html.erb