removes unused attributes from poll show

This commit is contained in:
rgarcia
2016-09-28 11:56:48 +02:00
committed by kikito
parent 63ccac963a
commit 963bb4b602
2 changed files with 0 additions and 6 deletions

View File

@@ -4,10 +4,6 @@
<%= link_to poll.name, admin_poll_path(poll) %> <%= link_to poll.name, admin_poll_path(poll) %>
</strong> </strong>
</td> </td>
<td>
Próximamente <!-- Estado: Activa, Próximamente o Archivada -->
<br>(<small>15/12/2016 - 15/02/2017</small>)
</td>
<td class="text-right"> <td class="text-right">
<%= link_to t("admin.actions.edit"), <%= link_to t("admin.actions.edit"),
edit_admin_poll_path(poll), edit_admin_poll_path(poll),

View File

@@ -9,8 +9,6 @@
edit_admin_poll_path(@poll), edit_admin_poll_path(@poll),
class: "button hollow float-right" %> class: "button hollow float-right" %>
<p>(REFNUM)</p>
<p>Próximamente <small>(15/12/2016 - 15/02/2017)</small></p>
<%= link_to t("admin.polls.show.add_booth"), "#", class: "button success" %> <%= link_to t("admin.polls.show.add_booth"), "#", class: "button success" %>
<!-- If booth in this poll == 0 --> <!-- If booth in this poll == 0 -->