more test fixes

This commit is contained in:
Brian Smith 2014-05-29 02:00:53 -04:00
parent b640c31301
commit e143e351e6
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
<% if @music_session.fan_access %>
<% content_for :after_black_bar do %>
<br />
<%= render :partial => "shared/comments", :locals => {:comments => @music_session.comments, :id => "txtSessionComment"} %>
<%= render :partial => "shared/comments", :locals => {:comments => @music_session.comments, :id => "txtSessionComment", :info_page => false} %>
<% end %>
<% content_for :extra_dialogs do %>

View File

@ -110,7 +110,7 @@
<% content_for :after_black_bar do %>
<br />
<%= render :partial => "shared/comments", :locals => {:comments => @claimed_recording.recording.comments, :id => "txtRecordingComment"} %>
<%= render :partial => "shared/comments", :locals => {:comments => @claimed_recording.recording.comments, :id => "txtRecordingComment", :info_page => false} %>
<% end %>