2024-05-28 17:05:28 -07:00
|
|
|
- subtitle = nil unless defined? subtitle
|
|
|
|
|
2024-05-21 18:48:29 -07:00
|
|
|
%tr
|
2024-05-22 14:57:28 -07:00
|
|
|
%td.thumbnail-cell
|
|
|
|
= link_to item_thumbnail_for(item), item, target: "_blank",
|
|
|
|
tabindex: "-1"
|
2024-05-27 15:50:41 -07:00
|
|
|
%td.name-cell
|
|
|
|
= link_to item.name, item, target: "_blank"
|
|
|
|
- if subtitle.present?
|
|
|
|
.subtitle= subtitle
|
2024-05-21 18:48:29 -07:00
|
|
|
%td.actions-cell= yield
|