Sha256: 72595f59981043ccdab5a88a6c2cd0a6c5702d319d09b1726ab9876e111a5f84
Contents?: true
Size: 1.27 KB
Versions: 18
Compression:
Stored size: 1.27 KB
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>'> <span class='title'> <span class='actions'> <% if inquiry.open? %> <%= link_to refinery_icon_tag('accept.png'), {:action => 'toggle_status', :id => inquiry.id}, {:title => "Move this inquiry to closed"} -%> <% else %> <%= link_to refinery_icon_tag('arrow_up.png'), {:action => 'toggle_status', :id => inquiry.id}, {:title => "Move this inquiry to open"} -%> <% end %> <%= link_to refinery_icon_tag('email_open.png'), {:action => 'show', :id => inquiry.id}, {:title => "Read this inquiry"} -%> <%= link_to refinery_icon_tag('delete.png'), admin_inquiry_url(inquiry), :method => :delete, :class => "cancel", :confirm => "Are you sure you want to delete #{inquiry.name}?", :title => "Remove this inquiry forever" -%> </span> <%=h inquiry.name %> <span class="preview"> - <%= truncate(strip_tags(inquiry.message), :length => 50) -%> </span> </span> </li>
Version data entries
18 entries across 18 versions & 1 rubygems