Skip to content

Commit

Permalink
use single quote to fix deface override, see solidusio#2360
Browse files Browse the repository at this point in the history
  • Loading branch information
afdev82 committed Oct 18, 2018
1 parent eaf72fe commit d70bfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/views/spree/layouts/admin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<%= render "spree/admin/shared/flash" %>
<%= render "spree/admin/shared/spinner" %>

<div class="content-wrapper <%= @admin_layout.presence %> <%= "has-sidebar" if content_for?(:sidebar) %> <%= "has-tabs" if content_for?(:tabs) %>" id="wrapper" data-hook>
<div class="content-wrapper <%= @admin_layout.presence %> <%= 'has-sidebar' if content_for?(:sidebar) %> <%= 'has-tabs' if content_for?(:tabs) %>" id="wrapper" data-hook>
<div class="content row">
<div class="content-main col-<%= content_for?(:sidebar) ? '9' : '12' %>">
<%= yield :tabs %>
Expand Down

0 comments on commit d70bfe0

Please sign in to comment.