diff options
Diffstat (limited to 'app/views/common/_signout.html.erb')
-rw-r--r-- | app/views/common/_signout.html.erb | 5 |
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 -%> |