Sha256: b9b2cfa7b769c5b57be3f12d95135e029d5246169c557288df8ae81e4082478e
Contents?: true
Size: 987 Bytes
Versions: 8
Compression:
Stored size: 987 Bytes
Contents
<li class='clearfix record <%%= cycle("on", "on-hover") %>' id="<%%= dom_id(<%= singular_name %>) -%>"> <span class='title'> <span class='actions'> <%%= link_to refinery_icon_tag("application_go.png"), <%= singular_name %>_url(<%= singular_name %>), :title => 'View this <%= $title_name.downcase %><br/><em>Opens in a new window</em>', :target => "_blank" %> <%%= link_to refinery_icon_tag("application_edit.png"), edit_admin_<%= singular_name %>_path(<%= singular_name %>), :title => 'Edit this <%= $title_name.downcase %>' %> <%%= link_to refinery_icon_tag("delete.png"), admin_<%= singular_name %>_path(<%= singular_name %>), :confirm => 'Are you sure you want to remove this <%= $title_name.downcase %> forever?', :class => "cancel", :method => :delete, :title => 'Remove this <%= $title_name.downcase %> forever' %> </span> <%%=h <%= singular_name %>.<%= attributes.first.name %> %> <span class="preview"> </span> </span> </li>
Version data entries
8 entries across 8 versions & 1 rubygems