diff --git a/app/views/_shipment.erb b/app/views/_shipment.erb index 68c915b..f9494b4 100644 --- a/app/views/_shipment.erb +++ b/app/views/_shipment.erb @@ -24,6 +24,9 @@
  • <%= item %>
  • <% end %> - <% end %> + <% else %> +
    + Description: <%= shipment.description %> +<% end %>
    Created on <%= shipment.date[..9] %> \ No newline at end of file