fix bug with recording link/hover bubble in landing page sidebar
This commit is contained in:
parent
857dd27404
commit
238fba1fc3
|
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
<div class="f16">
|
||||
<span class="orange"><strong>RECORDING:</strong></span>
|
||||
<a recording-id="<%= history_record.recording_id %>" hoveraction="recording" href="/recordings/<%= history_record.recording_id %>" class="white">Test</a>
|
||||
<a recording-id="<%= history_record.id %>" hoveraction="recording" href="/recordings/<%= history_record.id %>" class="white">Test</a>
|
||||
</div>
|
||||
|
||||
<% elsif history_record.instance_of? MusicSessionHistory %>
|
||||
|
|
|
|||
Loading…
Reference in New Issue