Use double quotes in app/views

This commit is contained in:
Julian Herrero
2019-03-14 17:14:54 +01:00
parent dbe99f058e
commit f6489bc604
81 changed files with 256 additions and 256 deletions

View File

@@ -17,7 +17,7 @@
</div>
<aside class="small-12 medium-3 column margin-top">
<%= render partial: 'shared/social_share', locals: {
<%= render partial: "shared/social_share", locals: {
share_title: t("shared.share"),
title: @poll.name,
url: poll_url(@poll),