Skip to content

Commit

Permalink
Fix mismatched tags around/within condition (#10338)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwild committed Jul 11, 2020
1 parent 5b769b3 commit c44cc9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/views/spree/shared/_main_nav_bar.html.erb
Expand Up @@ -11,8 +11,8 @@
<% if has_dropdown %>
<div class="dropdown-menu w-100 shadow main-nav-bar-category-dropdown">
<div class="container p-0 d-flex justify-content-xl-around mx-auto">
<% if root[:items].present? %>
<div class="row">
<div class="row">
<% if root[:items].present? %>
<div class="category-links">
<% if root[:subtitle].present? %>
<div class="category-links-header text-uppercase">
Expand Down

0 comments on commit c44cc9d

Please sign in to comment.