Sha256: 8bef0fc7d6f2ef864da5578e613c38983c64d961cc392313a06485bace8e4a39
Contents?: true
Size: 773 Bytes
Versions: 8
Compression:
Stored size: 773 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 & 2 rubygems