kind-jewelry-65180
03/27/2023, 9:00 PMsection "Clients", icon: "heroicons/solid/archive-box" do
resource :clients, label: "Active"
resource :clients, label: "Rejected"
end
lemon-wall-20836
03/28/2023, 8:24 AMlemon-wall-20836
03/28/2023, 8:25 AMlemon-wall-20836
03/28/2023, 8:26 AMresource
operator. maybe that would be a good feature to have, so PRs are welcomedlemon-wall-20836
03/28/2023, 8:26 AMlink_to
operator to map it out in the menulemon-wall-20836
03/28/2023, 8:27 AMruby
section "Clients", icon: "heroicons/solid/archive-box" do
link_to "Active", "/avo/resource/clients?filters=THE_FILTER_QUERY"
link_to "Rejected", "/avo/resource/clients?filters=THE_FILTER_QUERY"
end