Sha256: 1ee9932ce963494710c98fae38bc5486a9010fdfed02a67c0d2a8b964cf143e4
Contents?: true
Size: 871 Bytes
Versions: 11
Compression:
Stored size: 871 Bytes
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= dom_id(post) -%>"> <span class='title'> <%= post.title %> <span class="preview"><%= post.published_at.try(:strftime, '%b %d, %Y') || 'draft' %><%= " by #{post.author.username}" if post.author.present? %></span> </span> <span class='actions'> <%= link_to refinery_icon_tag("application_go.png"), blog_post_url(post), :title => t('.view_live_html'), :target => "_blank" %> <%= link_to refinery_icon_tag("application_edit.png"), edit_admin_blog_post_path(post), :title => t('.edit') %> <%= link_to refinery_icon_tag("delete.png"), admin_blog_post_path(post), :class => "cancel confirm-delete", :title => t('.delete'), :method => :delete, :confirm => t('shared.admin.delete.message', :title => post.title) %> </span> </li>
Version data entries
11 entries across 11 versions & 1 rubygems