wip: Forging new SEO friendly routes

This commit is contained in:
kbe
2025-09-06 03:23:05 +02:00
parent d9d43f45e5
commit 2f799936c5
5 changed files with 12 additions and 10 deletions

View File

@@ -90,7 +90,7 @@
<% end %>
</div>
<%= link_to retry_payment_order_path(order), method: :post,
<%= link_to payment_retry_path(order), method: :post,
class: "inline-flex items-center px-4 py-2 bg-orange-600 text-white text-sm font-medium rounded-lg hover:bg-orange-700 transition-colors duration-200" do %>
Reprendre le paiement (<%= order.total_amount_euros %>€)
<% end %>