Sha256: 64a5c8d137847f8e09b909523cfdc390c0ce96eb511f5bbf91d0ea8dffc59819
Contents?: true
Size: 929 Bytes
Versions: 15
Compression:
Stored size: 929 Bytes
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>'> <span class='title'> <span class='actions'> <%= link_to refinery_icon_tag("#{inquiry.open? ? 'accept' : 'arrow_up'}.png"), {:action => "toggle_status", :id => inquiry.id}, {:title => "Move this inquiry to #{inquiry.open? ? 'closed' : 'open'}"} %> <%= 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), :class => "cancel confirm-delete", :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
15 entries across 15 versions & 2 rubygems