mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
fix rating page 500
This commit is contained in:
parent
7263cb8071
commit
fca9805de5
@ -55,7 +55,7 @@
|
||||
<div class="card-stacked">
|
||||
<div class="card-content">
|
||||
<div>
|
||||
<strong><%= link_to commission.entity.name, basil_character_path(commission.entity) %></strong>
|
||||
<strong><%= link_to commission.entity.name, basil_content_path(content_type: commission.entity_type, id: commission.entity_id) %></strong>
|
||||
<% if commission.style? %>
|
||||
<em>(<%= commission.style.humanize %>)</em>
|
||||
<% end %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user