diff --git a/app/views/archives/show.html.erb b/app/views/archives/show.html.erb index 28229c7..0e470d6 100644 --- a/app/views/archives/show.html.erb +++ b/app/views/archives/show.html.erb @@ -20,7 +20,7 @@ <% if @archive.video.attached? %>
- <%= link_to("ダウンロード", @archive.video, download: sanitize_filename(@archive.title)) %> + <%= link_to("ダウンロード", @archive.video, download: @archive.title) %>
<% end %>