summaryrefslogtreecommitdiff
path: root/app/views/downloads/edit.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/edit.html.erb
parent1370d21460255914e03754fb0f20052e6b3002d7 (diff)
Cleaning up routes and the Downloads controller.
Diffstat (limited to 'app/views/downloads/edit.html.erb')
-rw-r--r--app/views/downloads/edit.html.erb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/downloads/edit.html.erb b/app/views/downloads/edit.html.erb
deleted file mode 100644
index 3b57a65..0000000
--- a/app/views/downloads/edit.html.erb
+++ /dev/null
@@ -1,6 +0,0 @@
-<h1>Editing Download</h1>
-
-<%= render 'form' %>
-
-<%= link_to 'Show', @download %> |
-<%= link_to 'Back', downloads_path %>