adds consistency to syntax

This commit is contained in:
rgarcia
2016-09-28 11:55:11 +02:00
committed by kikito
parent c4bc484afb
commit 6d7d6e67ea
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
new_admin_poll_path,
class: "button success float-right" %>
<% if Poll.any? %>
<% if @polls.any? %>
<table>
<thead>
<th><%= t("admin.polls.index.name") %></th>