Replace single quotes with double quotes
Most of these quotes were in the dashboard branch before we added the rule for double quotes.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<%= form_for @document,
|
||||
url: admin_site_customization_documents_path do |f| %>
|
||||
<%= f.file_field 'attachment', label: t("admin.documents.new.label_attachment") %>
|
||||
<%= f.file_field "attachment", label: t("admin.documents.new.label_attachment") %>
|
||||
|
||||
<div class="margin-top">
|
||||
<%= f.submit t("admin.documents.new.submit_button"), class: "button success" %>
|
||||
|
||||
Reference in New Issue
Block a user