Use double quotes to be consistent with the rest of the file
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
class: "button hollow expanded" %>
|
class: "button hollow expanded" %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if system_email_actions.include?('preview_pending') %>
|
<% if system_email_actions.include?("preview_pending") %>
|
||||||
<div class="small-4 column">
|
<div class="small-4 column">
|
||||||
<%= link_to t("admin.system_emails.preview_pending.action"),
|
<%= link_to t("admin.system_emails.preview_pending.action"),
|
||||||
admin_system_email_preview_pending_path(system_email_title),
|
admin_system_email_preview_pending_path(system_email_title),
|
||||||
|
|||||||
Reference in New Issue
Block a user