|
|
|
@ -27,7 +27,7 @@ |
|
|
|
item_label:, |
|
|
|
item_label:, |
|
|
|
search_item: "stock owners", |
|
|
|
search_item: "stock owners", |
|
|
|
total_count: @total_count, |
|
|
|
total_count: @total_count, |
|
|
|
remove_path: ->(org_id) { stock_owners_remove_organisation_path(target_organisation_id: org_id) } |
|
|
|
remove_path: ->(org_id) { stock_owners_remove_organisation_path(target_organisation_id: org_id) }, |
|
|
|
} %> |
|
|
|
} %> |
|
|
|
<%= render partial: "pagy/nav", locals: { pagy: @pagy, item_name: "stock owners" } %> |
|
|
|
<%= render partial: "pagy/nav", locals: { pagy: @pagy, item_name: "stock owners" } %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
|