Merge pull request #2057 from consul/polls-admin

Polls admin
This commit is contained in:
BertoCQ
2017-10-13 17:54:11 +02:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
<% if @polls.any? %>
<table>
<thead>
<th><%= t("admin.polls.index.name") %></th>
<th class="medium-6"><%= t("admin.polls.index.name") %></th>
<th><%= t("admin.polls.index.dates") %></th>
<th class="text-right"><%= t("admin.actions.actions") %></th>
</thead>