Files
nairobi/app/views/admin/poll/questions/_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
95 B
Plaintext

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