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

@@ -3,11 +3,11 @@
<div class="row expanded">
<div class="small-12 medium-8 column">
<%== dashboard_action.description %>
<%= render 'dashboard/form' %>
<%= render "dashboard/form" %>
</div>
<div class="small-12 medium-4 column">
<%= render 'documents/documents', documents: dashboard_action.documents %>
<%= render "documents/documents", documents: dashboard_action.documents %>
<% if dashboard_action.links.any? %>
<div class="margin-top">