adds dates on polls index
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
</strong>
|
||||
</td>
|
||||
<td>
|
||||
Próximamente <!-- Estado: Activa, Próximamente o Archivada -->
|
||||
<br>(<small>15/12/2016 - 15/02/2017</small>)
|
||||
<%= l poll.starts_at.to_date %> - <%= l poll.ends_at.to_date %>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<%= link_to t("admin.actions.edit"),
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<table>
|
||||
<thead>
|
||||
<th><%= t("admin.polls.index.name") %></th>
|
||||
<th><%= t("admin.polls.index.status") %></th>
|
||||
<th><%= t("admin.polls.index.dates") %></th>
|
||||
<th> </th>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
@@ -167,7 +167,7 @@ en:
|
||||
no_polls: "There are no polls."
|
||||
create: "Create poll"
|
||||
name: "Name"
|
||||
status: "Status"
|
||||
dates: "Dates"
|
||||
new:
|
||||
title: "New poll"
|
||||
submit_button: "Create poll"
|
||||
|
||||
@@ -167,7 +167,7 @@ es:
|
||||
no_polls: "No hay ninguna votación."
|
||||
create: "Crear votación"
|
||||
name: "Nombre"
|
||||
status: "Estado"
|
||||
dates: "Fechas"
|
||||
new:
|
||||
title: "Nueva votación"
|
||||
submit_button: "Crear votación"
|
||||
|
||||
Reference in New Issue
Block a user