Files
grecia/app/views/admin/shared/_user_search.html.erb
Javi Martín 663fba53db Group admin search label translations together
Since there are two different labels/placeholders for poll officers and
also two different ones for users, we're only grouping one of each.
2020-12-21 18:25:45 +01:00

2 lines
96 B
Plaintext

<%= render Admin::SearchComponent.new(url: url, label: t("admin.shared.search.label.users")) %>