removes unused attributes from poll show
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user