Sha256: ad41d7f7005586d35141c305e7c01b0325722cca2cf4df973c3a8526037d0a1d
Contents?: true
Size: 427 Bytes
Versions: 23
Compression:
Stored size: 427 Bytes
Contents
<% if (sgs = current_subject.suggestions(2)).present? %> <section id="suggestions" data-path="<%= suggestion_contacts_path %>"> <header> <h4 class="colorfont"> <%=t('contact.suggestion.other') %> </h4> </header> <article class="contents"> <%= render :partial => "contacts/contact", :collection => sgs, :locals => { destroy_params: { reject: true } } %> </article> </section> <%end%>
Version data entries
23 entries across 23 versions & 2 rubygems