adds entries info on booths index

This commit is contained in:
Juanjo Bazán
2016-12-02 14:33:40 +01:00
parent 418b0a4801
commit e106d81107
3 changed files with 7 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
class: "button success" %>
<% if @booths.any? %>
<h3><%= page_entries_info @booths %></h3>
<table>
<thead>
<th><%= t("admin.booths.index.name") %></th>

View File

@@ -28,6 +28,9 @@ en:
organization:
one: "Organisation"
other: "Organisations"
poll/booth:
one: "booth"
other: "booths"
proposal:
one: "Citizen proposal"
other: "Citizen proposals"

View File

@@ -31,6 +31,9 @@ es:
proposal:
one: "Propuesta ciudadana"
other: "Propuestas ciudadanas"
poll/booth:
one: "urna"
other: "urnas"
spending_proposal:
one: "Propuesta de inversión"
other: "Propuestas de inversión"