mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
show style on review
This commit is contained in:
parent
01b101af0a
commit
9eaaee41e6
@ -16,6 +16,9 @@
|
||||
<div class="card-content">
|
||||
<div>
|
||||
<strong><%= link_to commission.entity.name, commission.entity %></strong>
|
||||
<% if commission.style? %>
|
||||
<em>(<%= commission.style.humanize %>)</em>
|
||||
<% end %>
|
||||
by <%= link_to commission.user.name, commission.user %>
|
||||
<div style="font-size: 0.5em"><%= commission.job_id %></div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user