Matchu
551e8941f3
Note that there's a known performance issue here: we should try to fetch all the OWLS values at once, instead of doing them in sequence while rendering the page!
9 lines
239 B
Text
9 lines
239 B
Text
%tr
|
|
%td.thumbnail-cell
|
|
= link_to item_thumbnail_for(item), item, target: "_blank",
|
|
tabindex: "-1"
|
|
%td.name-cell
|
|
= link_to item.name, item, target: "_blank"
|
|
- if subtitle.present?
|
|
.subtitle= subtitle
|
|
%td.actions-cell= yield
|