%= back_link_to admin_question_path(@answer.question_id) %>
| <%= 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 %> |