Use double quotes to be consistent with the rest of the file

This commit is contained in:
Julian Herrero
2019-02-19 22:24:26 +01:00
parent 949140bd28
commit bca283c35d

View File

@@ -24,7 +24,7 @@
class: "button hollow expanded" %>
</div>
<% end %>
<% if system_email_actions.include?('preview_pending') %>
<% if system_email_actions.include?("preview_pending") %>
<div class="small-4 column">
<%= link_to t("admin.system_emails.preview_pending.action"),
admin_system_email_preview_pending_path(system_email_title),