Sha256: c1e1f59490a8729c2ae0ddc12c37cf06d08f11c481835b264b9f3b1e01673502
Contents?: true
Size: 310 Bytes
Versions: 4
Compression:
Stored size: 310 Bytes
Contents
<table class=tblifts> <thead> <tr> <th>Date</th> <th>Day</th> <th>Time</th> </tr> </thead> <tbody> <% result.each do |lift| %> <tr> <td><%= lift.date %> <td><%= lift.weekday %> <td><%= lift.time %> </tr> <% end %> </table>
Version data entries
4 entries across 4 versions & 1 rubygems