diff --git a/app/views/archives/show.html.erb b/app/views/archives/show.html.erb index 91c5d3d..279a075 100644 --- a/app/views/archives/show.html.erb +++ b/app/views/archives/show.html.erb @@ -18,6 +18,9 @@
追加日: <%= @archive.created_at.in_time_zone('Tokyo').strftime('%Y-%m-%d %H:%M') %>
状態: <%= @archive.status %>
+
+ <%= link_to("ダウンロード", @archive.video, download: @archive.title ) %> +

ログ