Sha256: ea08469669b7d405e3ec3b6b36f9ef0ac15f07d409a7d1b83e995a160f153ec5
Contents?: true
Size: 297 Bytes
Versions: 77
Compression:
Stored size: 297 Bytes
Contents
<% @items.each do |i| %>Doing on <%= i[:date_object].strftime('%A %m/%d/%y') %> <%= i[:title] %><% if i[:note].length.positive? %><%= "\n\n" + i[:note].map{|n| n.strip }.join("\n ") %><% end %> <% if i[:human_time] && i[:time] != "00:00:00" %>_Took <%= i[:human_time] %>._<% end %> <% end %>
Version data entries
77 entries across 77 versions & 1 rubygems