fixes admin polls index table
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<% if @polls.any? %>
|
<% if @polls.any? %>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<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><%= t("admin.polls.index.dates") %></th>
|
||||||
<th class="text-right"><%= t("admin.actions.actions") %></th>
|
<th class="text-right"><%= t("admin.actions.actions") %></th>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user