order query changed

This commit is contained in:
phyusin
2018-02-06 18:06:40 +06:30
parent 503f1df0ab
commit 21538f38f8

View File

@@ -107,7 +107,7 @@
order_status = order.status
end
%>
<%= order.order_id %> | <%= order_status %>
<%= order.order_id %> <% if !order_status.empty? %>| <%= order_status %> <% end %>
</div>
</div>
<% end %>