Sha256: 7618a6f0f7e3acee796dcfe2f5936e31840687acb6f9787e5eba00c4863ddd3b
Contents?: true
Size: 877 Bytes
Versions: 7
Compression:
Stored size: 877 Bytes
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>'> <span class='title'> <%= site.name.to_s.titleize %> <span class="preview">- <%= site.hostnames.map {|host| host.hostname+" "} %></span> </span> <span class='actions'> <%= link_to refinery_icon_tag('application_edit.png'), edit_admin_site_path(site, :dialog => true, :width => 725, :height => 525), :title => t('edit', :scope => 'admin.sites') %> <%= link_to refinery_icon_tag('delete.png'), admin_site_path(site), :class => 'cancel confirm-delete', :title => t('delete', :scope => 'admin.sites'), :confirm => t('message', :scope => 'shared.admin.delete', :title => site.name), :method => :delete %> </span> </li>
Version data entries
7 entries across 7 versions & 1 rubygems