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