Skip to content

Commit

Permalink
Add Playlists button to global_nav user_util_links
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeese committed May 13, 2016
1 parent fab17ae commit 4e79070
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/_user_util_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ Unless required by applicable law or agreed to in writing, software distributed
<% end %>
</li>
<% end %>
<% if user_signed_in? %>
<li>
<%= link_to 'Playlists', playlists_path, id:'playlists_nav' %>
</li>
<% end %>
<li class="divider desktop-hidden" />
<%= link_to_if user_signed_in?, 'Sign out', destroy_user_session_path do %>
<%# Fallback if the test above fails %>
Expand Down

0 comments on commit 4e79070

Please sign in to comment.