Sha256: 9504ef688f87b673fc0372beae24fab0ce22fb6a5a659a1e9a402ead30f49986
Contents?: true
Size: 727 Bytes
Versions: 5
Compression:
Stored size: 727 Bytes
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>'> <span class='title'> <%=h map_location.title %> <span class="preview"><%=h map_location.full_address %></span> </span> <span class='actions'> <%= link_to refinery_icon_tag('application_go.png'), map_location_url(map_location), :title => t('.view_live'), :target => "_blank" %> <%= link_to refinery_icon_tag('application_edit.png'), edit_admin_map_location_path(map_location), :title => t('.edit') %> <%= link_to refinery_icon_tag('delete.png'), admin_map_location_path(map_location), :class => "cancel confirm-delete", :title => t('.delete') %> </span> </li>
Version data entries
5 entries across 5 versions & 1 rubygems