Add help text to admin poll officers search

This commit is contained in:
decabeza
2019-05-14 12:27:19 +02:00
parent 8fda0bfb6c
commit 33c06ea0d3
3 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
<p><%= t("admin.poll_officers.search.help") %></p>
<%= form_tag search_admin_officers_path, method: :get, remote: true do %> <%= form_tag search_admin_officers_path, method: :get, remote: true do %>
<div class="input-group"> <div class="input-group">
<%= text_field_tag :email, "", <%= text_field_tag :email, "",

View File

@@ -950,6 +950,7 @@ en:
email_placeholder: Search user by email email_placeholder: Search user by email
search: Search search: Search
user_not_found: User not found user_not_found: User not found
help: "To add or remove Poll officers use the search form below."
poll_officer_assignments: poll_officer_assignments:
index: index:
officers_title: "List of officers" officers_title: "List of officers"

View File

@@ -949,6 +949,7 @@ es:
email_placeholder: Buscar usuario por email email_placeholder: Buscar usuario por email
search: Buscar search: Buscar
user_not_found: Usuario no encontrado user_not_found: Usuario no encontrado
help: "Para añadir o eliminar Presidentes de mesa utiliza el buscador a continuación."
poll_officer_assignments: poll_officer_assignments:
index: index:
officers_title: "Listado de presidentes de mesa asignados" officers_title: "Listado de presidentes de mesa asignados"