railsdog/spree_shipping_labels

View on GitHub
app/views/layouts/labels.html.erb

Summary

Maintainability
Test Coverage
<!doctype html>
<html moznomarginboxes mozdisallowselectionprint lang="<%= I18n.locale %>">
<head><%= render partial: 'spree/admin/shared/head' %></head>
<body class="label-print">
  <%= yield %>
  <script>window.print()</script>
</body>
</html>