Sha256: e49c093589fb17f1e05e0adb97ea26f1d768e1d9bc9bd27260e8c1cb56db2da2
Contents?: true
Size: 679 Bytes
Versions: 5
Compression:
Stored size: 679 Bytes
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>'> <span class='title'> <%=h news_item.title %> <span class="preview"> </span> </span> <span class='actions'> <%= link_to refinery_icon_tag('application_go.png'), news_item_url(news_item), :title => t('.view_live'), :target => "_blank" %> <%= link_to refinery_icon_tag('application_edit.png'), edit_admin_news_item_path(news_item), :title => t('.edit') %> <%= link_to refinery_icon_tag('delete.png'), admin_news_item_path(news_item), :class => "cancel confirm-delete", :title => t('.delete') %> </span> </li>
Version data entries
5 entries across 5 versions & 1 rubygems