9 lines
485 B
Plaintext
9 lines
485 B
Plaintext
<%= button_to_video_release_confirmation video, releasable, additional_video_release_params: { file_info_id: file_info.id } do %>
|
|
<figure class="figure mb-0">
|
|
<div class="figure-img border text-muted d-flex justify-content-center align-items-center text-wrap text-break" style="width:200px;height:200px;">
|
|
<%= file_info.filename %>
|
|
</div>
|
|
<figcaption class="figure-caption text-center"><%= truncate releasable.name, length: 25 %></figcaption>
|
|
</figure>
|
|
<% end %>
|