summaryrefslogtreecommitdiff
path: root/app/views/downloads/edit.html.erb
blob: 3b57a65e7783d69c792d5670a0770ff9016feb6c (plain)
1
2
3
4
5
6
<h1>Editing Download</h1>

<%= render 'form' %>

<%= link_to 'Show', @download %> |
<%= link_to 'Back', downloads_path %>