<%= back_link_to admin_question_path(@answer.question_id) %>

<%= t("admin.answers.videos.index.title") %>

<%= link_to t("admin.answers.videos.index.add_video"), new_admin_answer_video_path, class: "button success float-right" %>
<% @answer.videos.each do |video| %> <% end %>
<%= t("admin.answers.videos.index.video_title") %> <%= t("admin.answers.videos.index.video_url") %> <%= t("admin.actions.actions") %>
<%= video.title %> <%= link_to "#{video.url}", video.url %> <%= link_to t("shared.edit"), edit_admin_video_path(video), class: "button hollow" %> <%= link_to t("shared.delete"), admin_video_path(video), class: "button hollow alert", method: :delete %>