From fca9805de510a35a2df68ca3863919e0aff469dc Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 7 Mar 2023 22:25:27 -0800 Subject: [PATCH] fix rating page 500 --- app/views/basil/help_rate.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/basil/help_rate.html.erb b/app/views/basil/help_rate.html.erb index a5144939..6d6de1ca 100644 --- a/app/views/basil/help_rate.html.erb +++ b/app/views/basil/help_rate.html.erb @@ -55,7 +55,7 @@
- <%= link_to commission.entity.name, basil_character_path(commission.entity) %> + <%= link_to commission.entity.name, basil_content_path(content_type: commission.entity_type, id: commission.entity_id) %> <% if commission.style? %> (<%= commission.style.humanize %>) <% end %>