Sha256: 24817cbb563d99d5e9d9908d00002b4dccd581e46c4d1bcebee5ca1beeefe1fa

Contents?: true

Size: 491 Bytes

Versions: 9

Compression:

Stored size: 491 Bytes

Contents

<li>
  <div class='item'>
    <div class='action_links'>
      <%= link_to 'Edit', :action => :edit, :id => tag %>
      <%= link_to 'Delete', {:action => :destroy, :id => tag}, :method => :delete, :confirm => 'Are you sure you want to delete this tag?' %>
    </div>
    <div class='label'>
      <%= link_to tag.name, :action => :edit, :id => tag %>
      <div class='sublabel'>
        <% if tag.is_category? %>
          Category
        <% end %>
      </div>
    </div>
  </div>
</li>

Version data entries

9 entries across 9 versions & 1 rubygems

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