Sha256: 395243a2f9eed8c6ccb86d8ce1f826338469bca16b5460e91f991b9c2596a878
Contents?: true
Size: 599 Bytes
Versions: 4
Compression:
Stored size: 599 Bytes
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= dom_id(pod) -%>"> <span class='title'> <%= pod.name %> <span class="preview"> </span> </span> <span class='actions'> <%= link_to refinery_icon_tag("application_edit.png"), edit_admin_pod_path(pod), :title => t('.edit') %> <%= link_to refinery_icon_tag("delete.png"), admin_pod_path(pod), :class => "cancel confirm-delete", :title => t('.delete'), :confirm => t('message', :scope => 'shared.admin.delete', :title => pod.name), :method => :delete %> </span> </li>
Version data entries
4 entries across 4 versions & 1 rubygems