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:
Javi Martín
2019-06-18 01:56:20 +02:00
parent 5c5d798590
commit cf9e36c767
57 changed files with 140 additions and 140 deletions

View File

@@ -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" %>