<%= time_ago_in_words(video.created_at) %> <%= t "shared.ago" %> <%= video.name %> <%= video.number %> <%= video.file.filename %> <%= button_to_release_report video, content: t(".actions.report"), disabled: video.report_unpublished? %> <% if policy(video).edit? %> <%= link_to t(".actions.edit"), [:edit, video], class: "btn btn-light btn-sm border" %> <% end %>