Sha256: 13680605c8ac310f1a826eac3f2a1c09cbda5cec4e96d9a63f4239164949e97b
Contents?: true
Size: 803 Bytes
Versions: 28
Compression:
Stored size: 803 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), :confirm => "Are you sure you want to delete #{news_item.title}?", :class => "cancel", :method => :delete, :title => "Remove this news item forever" %> </span> <%=h news_item.title %> <span class="preview"> </span> </span> </li>
Version data entries
28 entries across 28 versions & 1 rubygems