5
3
mirror of https://github.com/tildeverse/lobsters synced 2024-06-25 17:57:04 +00:00

hat doff styling

This commit is contained in:
Peter Bhat Harkins 2018-01-24 10:29:38 -06:00
parent 0217ca7f5e
commit eba7fed3dd
2 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,9 @@
<% else %>
<%= hh.link %>
<% end %>
<% if hh.doffed_at? %>
doffed <%= time_ago_in_words_label(hh.doffed_at) %>
<% end %>
</td>
</tr>
<% bit = (bit == 1 ? 0 : 1) %>

View File

@ -113,6 +113,7 @@
<% if hat.doffed_at? %>
doffed <%= time_ago_in_words_label(hat.doffed_at) %>
<% end %>
<br>
<% end %>
</div>
<div style="clear: both;"></div>