Skip to content

Commit

Permalink
show.html.erb miminashi#77 ダウンロードリンク追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tomya-n committed Oct 25, 2024
1 parent 8e3e773 commit 19fde88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/archives/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<div>追加日: <%= @archive.created_at.in_time_zone('Tokyo').strftime('%Y-%m-%d %H:%M') %></div>
<div>状態: <%= @archive.status %></div>
</div>
<div>
<%= link_to("ダウンロード", @archive.video, download: @archive.title ) %>
</div>
</div>
<div class="article__log">
<h3>ログ</h3>
Expand Down

0 comments on commit 19fde88

Please sign in to comment.