Sha256: 42ece39a70898b433bb015744ed963bb55717ee8dc83d39090cf049c11e49bd8
Contents?: true
Size: 882 Bytes
Versions: 4
Compression:
Stored size: 882 Bytes
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= dom_id(registration) -%>"> <span class='title'> <%= registration.title %> </span> <span class='actions'> <%= link_to refinery_icon_tag("application_go.png"), refinery.race_registrations_registration_path(registration), :title => t('.view_live_html'), :target => "_blank" %> <%= link_to refinery_icon_tag("application_edit.png"), refinery.edit_race_registrations_admin_registration_path(registration), :title => t('.edit') %> <%= link_to refinery_icon_tag("delete.png"), refinery.race_registrations_admin_registration_path(registration), :class => "cancel confirm-delete", :title => t('.delete'), :confirm => t('message', :scope => 'refinery.admin.delete', :title => registration.title), :method => :delete %> </span> </li>
Version data entries
4 entries across 4 versions & 1 rubygems