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

@@ -3,7 +3,7 @@
<h2 class="inline-block"><%= t("admin.banners.index.title") %></h2>
<%= render 'shared/filter_subnav', i18n_namespace: "admin.banners.index" %>
<%= render "shared/filter_subnav", i18n_namespace: "admin.banners.index" %>
<h3><%= page_entries_info @banners %></h3>
@@ -23,12 +23,12 @@
<td>
<div class="small-12 medium-6 column">
<%= link_to t("admin.banners.index.edit"), edit_admin_banner_path(banner),
class: 'button hollow expanded' %>
class: "button hollow expanded" %>
</div>
<div class="small-12 medium-6 column">
<%= link_to t("admin.banners.index.delete"), admin_banner_path(banner),
method: :delete,
class: 'button hollow alert expanded' %>
class: "button hollow alert expanded" %>
</div>
</td>
</tr>