Skip to content

Commit 5dc1fe5

Browse files
committed
link to missing pieces
1 parent 771607d commit 5dc1fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/productions/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<div class="actions">
1313
<%= link_to t('.download_service_order_pdf'), service_order_pdf_production_path(@production), class: 'btn btn-primary', target: '_blank' %>
1414
<%= link_to t('.download_payment_order_pdf'), payment_order_pdf_production_path(@production), class: 'btn btn-success', target: '_blank' %>
15+
<%= link_to t("productions.side_missing_pieces"), missing_pieces_productions_path, class: 'btn btn-info' %>
1516
</div>
16-
1717
<div class="section-body">
1818
<div class="card">
1919
<div class="card-header">

0 commit comments

Comments
 (0)