Use double quotes in app/views/admin

This commit is contained in:
Julian Herrero
2019-03-14 17:11:04 +01:00
parent c32a98be10
commit 0bb2633c7a
50 changed files with 85 additions and 85 deletions

View File

@@ -1,7 +1,7 @@
<h2><%= t("admin.debates.index.title") %></h2>
<p><%= t("admin.shared.moderated_content") %></p>
<%= render 'shared/filter_subnav', i18n_namespace: "admin.debates.index" %>
<%= render "shared/filter_subnav", i18n_namespace: "admin.debates.index" %>
<% if @debates.any? %>
<h3 class="margin"><%= page_entries_info @debates %></h3>