Sha256: 96e2096129d152bd861240ee35d61adbc4013173cf4c46da9a8bf82f7a0a955a

Contents?: true

Size: 270 Bytes

Versions: 4

Compression:

Stored size: 270 Bytes

Contents

<% provide(:title, 'Shops') %>

<div class="next-grid">
  <div class="next-grid__cell">

    <%= react_component('FilterableShopList', {
      shopsUrl: admin_resources_shops_path(format: :json),
      editShopUrl: edit_admin_shop_path(':id')
    }) %>

  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
disco_app-0.8.6 app/views/disco_app/admin/shops/index.html.erb
disco_app-0.8.7 app/views/disco_app/admin/shops/index.html.erb
disco_app-0.8.8 app/views/disco_app/admin/shops/index.html.erb
disco_app-0.8.9 app/views/disco_app/admin/shops/index.html.erb