Sha256: 903559315bc5999f0e08fe5e03bc6fb802cad4f08d9789723c1dc031ab86e4f7
Contents?: true
Size: 925 Bytes
Versions: 20
Compression:
Stored size: 925 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 %>' %> <%%= 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
20 entries across 20 versions & 1 rubygems