Use double quotes in app/views
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<% if topics.any? %>
|
||||
<div class="row column">
|
||||
<div class="order">
|
||||
<%= render 'shared/wide_order_selector', i18n_namespace: "comments" %>
|
||||
<%= render "shared/wide_order_selector", i18n_namespace: "comments" %>
|
||||
</div>
|
||||
</div>
|
||||
<% else %>
|
||||
<%= render 'topics/informative_text', topics: topics %>
|
||||
<%= render "topics/informative_text", topics: topics %>
|
||||
<% end %>
|
||||
|
||||
<% topics.each do |topic| %>
|
||||
<%= render 'topics/topic', topic: topic %>
|
||||
<%= render "topics/topic", topic: topic %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user