summaryrefslogtreecommitdiff
path: root/app/views/downloads/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/downloads/show.html.erb')
-rw-r--r--app/views/downloads/show.html.erb29
1 files changed, 0 insertions, 29 deletions
diff --git a/app/views/downloads/show.html.erb b/app/views/downloads/show.html.erb
deleted file mode 100644
index 276888a..0000000
--- a/app/views/downloads/show.html.erb
+++ /dev/null
@@ -1,29 +0,0 @@
-<p id="notice"><%= notice %></p>
-
-<p>
- <strong>Name:</strong>
- <%= @download.name %>
-</p>
-
-<p>
- <strong>Filename:</strong>
- <%= @download.filename %>
-</p>
-
-<p>
- <strong>Type:</strong>
- <%= @download.type %>
-</p>
-
-<p>
- <strong>Description:</strong>
- <%= @download.description %>
-</p>
-
-<p>
- <strong>Hits:</strong>
- <%= @download.hits %>
-</p>
-
-<%= link_to 'Edit', edit_download_path(@download) %> |
-<%= link_to 'Back', downloads_path %>