Sha256: e56c554a8e14a87f8b48f43880dfd3d2d1f59af7e9b2f29df27dc8216a1eb0f7

Contents?: true

Size: 324 Bytes

Versions: 12

Compression:

Stored size: 324 Bytes

Contents

<%= grid(@projects_grid) do |g|

  g.column name:  'Project Name', attribute: 'name'  do |project|
    link_to(project.name,
            tasks_path(
              wice_grid_custom_filter_params(
                grid_name: 'grid',
                attribute: 'project_id',
                value: project.id  )))
  end

end -%>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
wice_grid-6.1.3 spec/support/test_app/app/views/custom_filter_params/_grid.html.erb
wice_grid-6.1.2 spec/support/test_app/app/views/custom_filter_params/_grid.html.erb
wice_grid-6.1.1 spec/support/test_app/app/views/custom_filter_params/_grid.html.erb
wice_grid-6.1.0 spec/support/test_app/app/views/custom_filter_params/_grid.html.erb
pwice_grid-7.0.0 spec/support/test_app/app/views/custom_filter_params/_grid.html.erb
pwice_grid-6.1.2 spec/support/test_app/app/views/custom_filter_params/_grid.html.erb
pwice_grid-6.1.1 spec/support/test_app/app/views/custom_filter_params/_grid.html.erb
pwice_grid-6.1.0 spec/support/test_app/app/views/custom_filter_params/_grid.html.erb
pwice_grid-5.0.2 spec/support/test_app/app/views/custom_filter_params/_grid.html.erb
pwice_grid-5.0.1 spec/support/test_app/app/views/custom_filter_params/_grid.html.erb
pwice_grid-5.0.0 spec/support/test_app/app/views/custom_filter_params/_grid.html.erb
wice_grid-4.1.0 spec/support/test_app/app/views/custom_filter_params/_grid.html.erb