Sha256: 22bc857fc00f898271195ef60b142af4c58ab9e91ba0cdad2d55d8d700ab05ea

Contents?: true

Size: 409 Bytes

Versions: 2

Compression:

Stored size: 409 Bytes

Contents

<% if (sgs = current_subject.suggestions(2)).present? %>
  <section id="suggestions" data-path="<%= suggestion_contacts_path %>">
    <header>
      <h4>
        <%=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

2 entries across 2 versions & 2 rubygems

Version Path
social_stream-2.0.0.beta1 base/app/views/contacts/_suggestions.html.erb
social_stream-base-2.0.0.beta1 app/views/contacts/_suggestions.html.erb