Sha256: a8040754754ae8b84d156055b0216bd35c4e05a3641c63863ede3f02714d9842
Contents?: true
Size: 721 Bytes
Versions: 11
Compression:
Stored size: 721 Bytes
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= dom_id(category) -%>"> <span class='title'> <%= category.title %> <span class="preview"> </span> </span> <span class='actions'> <%= link_to refinery_icon_tag("application_edit.png"), edit_admin_blog_category_path(category, :dialog => true, :height => 325), :title => t('.edit') %> <%= link_to refinery_icon_tag("delete.png"), admin_blog_category_path(category), :class => "cancel confirm-delete", :title => t('.delete'), :method => :delete, :confirm => t('shared.admin.delete.message', :title => category.title) %> </span> </li>
Version data entries
11 entries across 11 versions & 1 rubygems