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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user