Sha256: c0db30292fc0819b77aa2ab5b79cd7620cf6f17528f61d1acabddbb80b2b281a
Contents?: true
Size: 1.21 KB
Versions: 28
Compression:
Stored size: 1.21 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
28 entries across 28 versions & 1 rubygems