From 9eaaee41e6f425bb9cabaef3e78e24f670cd27b2 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Sun, 26 Feb 2023 13:19:38 -0800 Subject: [PATCH] show style on review --- app/views/basil/review.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/basil/review.html.erb b/app/views/basil/review.html.erb index 911f4296..412b7c00 100644 --- a/app/views/basil/review.html.erb +++ b/app/views/basil/review.html.erb @@ -16,6 +16,9 @@
<%= link_to commission.entity.name, commission.entity %> + <% if commission.style? %> + (<%= commission.style.humanize %>) + <% end %> by <%= link_to commission.user.name, commission.user %>
<%= commission.job_id %>