sysmocom_dhl/app/views/spree/admin/dhls/_address_label.html.erb

6 lines
143 B
Plaintext
Raw Normal View History

<% if @shipment.can_ship? %>
<li>
<%= button_link_to t(:dhl_label), dhllabel_admin_order_shipment_url(:format => :txt)%>
</li>
<% end %>