Sha256: d6e93968d7f07327e8251892d0a7776d1fe11b2e10a944a94a05fca9ac399c99
Contents?: true
Size: 799 Bytes
Versions: 8
Compression:
Stored size: 799 Bytes
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>'> <span class='title'> <span class='actions'> <%= link_to refinery_icon_tag('application_go.png'), news_item_url(news_item), :title => 'View this news item live <br/><em>(opens in a new window)</em>', :target => "_blank" %> <%= link_to refinery_icon_tag('application_edit.png'), edit_admin_news_item_path(news_item), :title => 'Edit this news item' %> <%= link_to refinery_icon_tag('delete.png'), admin_news_item_path(news_item), :class => "cancel confirm-delete", :title => "Remove this news item forever" %> </span> <%=h news_item.title %> <span class="preview"> </span> </span> </li>
Version data entries
8 entries across 8 versions & 1 rubygems