mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 22:05:10 +00:00
add description to non-arrayed shipments
This commit is contained in:
parent
eab3120bf2
commit
11c0707e16
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Reference in a new issue