diff --git a/app/views/productions/show.html.erb b/app/views/productions/show.html.erb
index 0d34244e..9b4e0ae9 100644
--- a/app/views/productions/show.html.erb
+++ b/app/views/productions/show.html.erb
@@ -12,8 +12,8 @@
<%= link_to t('.download_service_order_pdf'), service_order_pdf_production_path(@production), class: 'btn btn-primary', target: '_blank' %>
<%= link_to t('.download_payment_order_pdf'), payment_order_pdf_production_path(@production), class: 'btn btn-success', target: '_blank' %>
+ <%= link_to t("productions.side_missing_pieces"), missing_pieces_productions_path, class: 'btn btn-info' %>
-