add description to non-arrayed shipments

This commit is contained in:
24c02 2025-01-03 15:21:23 -05:00
parent eab3120bf2
commit 11c0707e16

View file

@ -24,6 +24,9 @@
<li><%= item %></li>
<% end %>
</ul>
<% end %>
<% else %>
<br/>
<b>Description:</b> <%= shipment.description %>
<% end %>
<br/><span>Created on <%= shipment.date[..9] %></span>
</div>