4 lines
361 B
Plaintext
4 lines
361 B
Plaintext
<li class="releasable list-inline-item hidden-when-confirmed" id="<%= dom_id(location_release) %>" data-confirmed="<%= video.confirmed_location_releases.include?(location_release) %>" data-hidden="<%= video.confirmed_location_releases.include?(location_release) %>">
|
|
<%= render "video_analyses/releasable", releasable: location_release, video: video %>
|
|
</li>
|