Sha256: 49b7ef80f3959b6a211f498efff5540b12eb37f169a600cae4c34388c34ebc8c
Contents?: true
Size: 209 Bytes
Versions: 3
Compression:
Stored size: 209 Bytes
Contents
<%= table_for @npw do |t| t.column :id t.column :first_name t.column :last_name t.column :category t.column :year, cell_attrs: {style: ->(row){"color: #{row.year > 1950 ? 'green' : 'red'};"}} end %>
Version data entries
3 entries across 3 versions & 1 rubygems