Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeese committed May 16, 2016
1 parent 4e79070 commit fe0ba1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/_user_util_links.html.erb
Expand Up @@ -34,8 +34,8 @@ Unless required by applicable law or agreed to in writing, software distributed
<% end %>
</li>
<% end %>
<% if user_signed_in? %>
<li>
<% if current_ability.can? :manage, Playlist %>
<li class=<%= active_for_controller('playlists') %>>
<%= link_to 'Playlists', playlists_path, id:'playlists_nav' %>
</li>
<% end %>
Expand Down

0 comments on commit fe0ba1c

Please sign in to comment.