Sha256: 55666ca80ff301212843926a3bb6c3890accb1dc21618066cfbe17f89f42011a
Contents?: true
Size: 1023 Bytes
Versions: 3
Compression:
Stored size: 1023 Bytes
Contents
<!-- @Name: admin/blog/categories/_category.html.erb @Use: This is a partial for showing post records @Created date: 08-06-2012 @Modified Date: 13-07-2012 @Company: Mindfire Solutions --> <div class="alert issues-comment"> <div class="body"> <span class="mini-icon mini-icon-issue-comment"></span> <span class='title'> <%= category.title %> <span class="preview"> </span> </span> <span class='actions'> <%= link_to image_tag("icons/application_edit.png"), edit_admin_blog_category_path(category), :title => 'Edit' %> <%= link_to image_tag("icons/delete.png"), admin_blog_category_path(category), :class => "cancel confirm-delete", :title => 'Delete', :method => :delete, :confirm => "Are you sure to delete ?" %> <%= link_to image_tag("icons/application_go.png"), blog_category_path(category), :title => 'Show', :target => "_blank" %> </span> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems