From 36a1e4a37671bc0afbffb44f3f1ba53877efe0e6 Mon Sep 17 00:00:00 2001 From: decabeza Date: Fri, 13 Oct 2017 17:41:09 +0200 Subject: [PATCH] fixes admin polls index table --- app/views/admin/poll/polls/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/poll/polls/index.html.erb b/app/views/admin/poll/polls/index.html.erb index 791ec4876..487f0fa54 100644 --- a/app/views/admin/poll/polls/index.html.erb +++ b/app/views/admin/poll/polls/index.html.erb @@ -7,7 +7,7 @@ <% if @polls.any? %> - +
<%= t("admin.polls.index.name") %><%= t("admin.polls.index.name") %> <%= t("admin.polls.index.dates") %> <%= t("admin.actions.actions") %>