more test fixes
This commit is contained in:
parent
b640c31301
commit
e143e351e6
|
|
@ -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 %>
|
||||
|
|
|
|||
|
|
@ -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 %>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue