Sha256: 4a22a80b22e161f90116ede19113ac7208b1a058de02a1777bf8e045afdabf23

Contents?: true

Size: 577 Bytes

Versions: 2

Compression:

Stored size: 577 Bytes

Contents

<h2>Hours</h2>
<table id="shop_hours">
  <tr>
    <th>Sunday:</th>
    <th>Monday:</th>
    <th>Tuesday:</th>
    <th>Wednesday:</th>
    <th>Thursday:</th>
    <th>Friday:</th>
    <th>Saturday:</th>
  </tr>
  <tr>
    <td><%= supplier.hours.first.sunday %></td>
    <td><%= supplier.hours.first.monday %></td>
    <td><%= supplier.hours.first.tuesday %></td>
    <td><%= supplier.hours.first.wednesday %></td>
    <td><%= supplier.hours.first.thursday %></td>
    <td><%= supplier.hours.first.friday %></td>
    <td><%= supplier.hours.first.saturday %></td>
  </tr>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_suppliers-0.0.1 app/views/shared/_hours.html.erb
spree_suppliers-0.60.3 app/views/shared/_hours.html.erb