fixes admin polls index table

This commit is contained in:
decabeza
2017-10-13 17:41:09 +02:00
parent 5d39ce2f03
commit 36a1e4a376

View File

@@ -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>