Sha256: a5b71baceeb7a3f554b2dd03ae24f104a4646ff4281b55671a627a4cc2213a8f
Contents?: true
Size: 774 Bytes
Versions: 13
Compression:
Stored size: 774 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
13 entries across 13 versions & 3 rubygems