Sha256: 00c004e619d36fe0d227d09add15c8de05d771bf24c437571b3a75937e372d1c

Contents?: true

Size: 542 Bytes

Versions: 5

Compression:

Stored size: 542 Bytes

Contents

<%= grid(@versions_grid1, html: {class: 'my-grid'}, header_tr_html: {class: 'my-header'}) do |g|
  g.column name: 'ID', attribute: 'id', filter: false
  g.column name: 'Project', attribute: 'name', assoc: :project do |version|
    version.project.name if version.project
  end
  g.column name: 'Version name', attribute: 'name', html: {style: 'font-weight: bold; text-align: center'}
  g.column name: 'Status', attribute: 'status', custom_filter: {'Development' => 'development', 'Testing' => 'testing', 'Production' => 'production'}
end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wice_grid-7.1.4 spec/support/test_app/app/views/styling/_grid1.html.erb
wice_grid-7.1.3 spec/support/test_app/app/views/styling/_grid1.html.erb
wice_grid-7.1.2 spec/support/test_app/app/views/styling/_grid1.html.erb
wice_grid-7.1.1 spec/support/test_app/app/views/styling/_grid1.html.erb
wice_grid-7.1.0 spec/support/test_app/app/views/styling/_grid1.html.erb