Sha256: b52e0d8d210d1fa2e7c513c0bfb3b0aa702b3c66f702e6dad76d492c7fd15b35
Contents?: true
Size: 403 Bytes
Versions: 12
Compression:
Stored size: 403 Bytes
Contents
<tr style="<%= "background-color: #{row.color};" if row.color %>"> <%= partial "components/table/checkbox", :locals => {:row=> row, :type=> 'footer'} %> <% row.columns.each do |col| %> <%= partial "components/table/column", :locals => {:col=> col, :type=> 'footer'} %> <%= partial "components/tooltip", :locals => {comp: col.tooltip, parent_id: col.id} if col.tooltip %> <% end %> </tr>
Version data entries
12 entries across 12 versions & 1 rubygems