diff options
Diffstat (limited to 'app/views/common')
-rw-r--r-- | app/views/common/_signout.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/common/_signout.html.erb b/app/views/common/_signout.html.erb new file mode 100644 index 0000000..2bdda0c --- /dev/null +++ b/app/views/common/_signout.html.erb @@ -0,0 +1,5 @@ +<%= +form_tag(sessions_path+"/current", method: "delete") do + submit_tag("Sign out", :class => "signout") +end +%> |