Sha256: 011c238fcab1b0605608cabec754b57a2ea1758a3b1206b537273844c00a5561

Contents?: true

Size: 658 Bytes

Versions: 10

Compression:

Stored size: 658 Bytes

Contents

<% content_for :page_title do %>
  <%= Spree.t(:listing_favorite_products_users) %>
<% end %>

<%= render :partial => 'spree/admin/shared/product_sub_menu' %>

<%= paginate @users %>

<% if @users.any? %>
  <table class="index" id="listing_favorite_products_users">
    <thead>
      <tr data-hook="admin_products_index_headers">
        <th>Email</th>
      </tr>
    </thead>
    <tbody>
      <% @users.each do |user| %>
        <tr>
          <td>
            <%= user.email %>
          </tr>
      <% end %>
    </tbody>
  </table>
<% else %>
  <div class="no-objects-found">
    <%= Spree.t(:no_results) %>
  </div>
<% end %>

<%= paginate @users %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
spree_favorite_products-2.3.0 app/views/spree/admin/favorite_products/users.html.erb
spree_favorite_products-2.0.3 app/views/spree/admin/favorite_products/users.html.erb
spree_favorite_products-2.2.3 app/views/spree/admin/favorite_products/users.html.erb
spree_favorite_products-2.2.2 app/views/spree/admin/favorite_products/users.html.erb
spree_favorite_products-2.0.2 app/views/spree/admin/favorite_products/users.html.erb
spree_favorite_products-2.2.0 app/views/spree/admin/favorite_products/users.html.erb
spree_favorite_products-2.0.1 app/views/spree/admin/favorite_products/users.html.erb
spree_favorite_products-1.0.1 app/views/spree/admin/favorite_products/users.html.erb
spree_favorite_products-2.0.0 app/views/spree/admin/favorite_products/users.html.erb
spree_favorite_products-1.0.0 app/views/spree/admin/favorite_products/users.html.erb