summaryrefslogtreecommitdiff
path: root/app/views/common
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-05 20:12:18 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-05 20:12:18 -0500
commita4b40b899bca6396eea63672590282c7011f386c (patch)
treeeb95df75a3706201d1036f84b9a544dc7feb1a98 /app/views/common
parent432c0a5745d01089b28208569a2a2fd901970ce2 (diff)
undo my kludgery from when JS was broken
Diffstat (limited to 'app/views/common')
-rw-r--r--app/views/common/_signout.html.erb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/common/_signout.html.erb b/app/views/common/_signout.html.erb
deleted file mode 100644
index 2bdda0c..0000000
--- a/app/views/common/_signout.html.erb
+++ /dev/null
@@ -1,5 +0,0 @@
-<%=
-form_tag(sessions_path+"/current", method: "delete") do
- submit_tag("Sign out", :class => "signout")
-end
-%>