Sha256: bfce8b8dfe69b75b602a550692bd79e28d3d62c88a8df53d36b8f462d56ef35e

Contents?: true

Size: 322 Bytes

Versions: 5

Compression:

Stored size: 322 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

5 entries across 5 versions & 1 rubygems

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