summaryrefslogtreecommitdiff
path: root/app/views/downloads/show.html.erb
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2015-03-29 14:23:06 -0700
committerJesse Morgan <jesse@jesterpm.net>2015-03-29 14:23:06 -0700
commit771a881c910a8fb0c9dbface321bd39582b9c1bb (patch)
tree1d35359c71b812671e3ea734e16d64c7dfcc68f7 /app/views/downloads/show.html.erb
parent1370d21460255914e03754fb0f20052e6b3002d7 (diff)
Cleaning up routes and the Downloads controller.
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 %>