Sha256: 64b195234b20f25a6c1e59cc03f218926e1627894031902ffc262747614ec94c
Contents?: true
Size: 554 Bytes
Versions: 1
Compression:
Stored size: 554 Bytes
Contents
<table class=tblifts> <thead> <tr> <th>Date</th> <th>Day</th> <th>Lifts</th> <th>Times</th> </tr> </thead> <tbody> <% result.each do |date, lifts| %> <tr> <td><%= lifts.first.date %></td> <td><%= lifts.first.weekday %></td> <td><%= lifts.count %></td> <td><%= lifts.map(&:time).join(' '*3) %> </tr> <% end %> <tr><td colspan="2">Total:</td><td><%= result.values.map(&:count).reduce(:+) %></td><td></td></tr> </tbody> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tower_bridge_lifts-1.0.4 | lib/tower_bridge_lifts/templates/lifts_group_compact.erb |