Sha256: d8120aa87975da7ac63a6f3e02420dd47ce5fd2e916eb794e20474b75a6aadae
Contents?: true
Size: 871 Bytes
Versions: 18
Compression:
Stored size: 871 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
18 entries across 18 versions & 1 rubygems