Skip to content

Commit

Permalink
Merge pull request #2308 from jhawthorn/login_bar_items_placeholder
Browse files Browse the repository at this point in the history
Add frontend login_bar_items placeholder partial
  • Loading branch information
jhawthorn authored Oct 26, 2017
2 parents 63b8a55 + ebf3abc commit 55414e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/views/spree/shared/_login_bar_items.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<%# solidus_auth_devise or a custom auth system can replace this partial %>
1 change: 1 addition & 0 deletions frontend/app/views/spree/shared/_nav_bar.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<nav id="top-nav-bar" class="columns ten">
<ul id="nav-bar" class="inline" data-hook>
<%= render 'spree/shared/login_bar_items' %>
<li id="search-bar" data-hook>
<%= render partial: 'spree/shared/search' %>
</li>
Expand Down

0 comments on commit 55414e7

Please sign in to comment.