Skip to content

Commit

Permalink
adjust the view
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrick Rogers committed May 20, 2016
1 parent dcbdd82 commit f2534a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/playlists/show.html.erb
Expand Up @@ -52,7 +52,7 @@ Unless required by applicable law or agreed to in writing, software distributed
<%= render 'current_item' %>
</div>
</div>
<% @related_annotations = @playlist.related_annotations_time_contrained(@current_playlist_item)%>
<% @related_annotations = @playlist.related_annotations(@current_playlist_item)%>
<% unless @related_annotations.empty? %>
<div class="panel-heading" role="tab" id="heading1">
<h5 class="panel-title ">
Expand Down

0 comments on commit f2534a5

Please sign in to comment.