Use double quotes in app/views/admin

This commit is contained in:
Julian Herrero
2019-03-14 17:11:04 +01:00
parent c32a98be10
commit 0bb2633c7a
50 changed files with 85 additions and 85 deletions

View File

@@ -55,7 +55,7 @@
title: @admin_notification.title,
body: @admin_notification.body,
timestamp: Time.current } %>
<% link_text = render partial: '/notifications/notification_body', locals: locals %>
<% link_text = render partial: "/notifications/notification_body", locals: locals %>
<%= link_to_if @admin_notification.link.present?, link_text, @admin_notification.link %>
</li>
</ul>