Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / vendor / plugins / login_engine / app / views / user / logout.rhtml
diff --git a/vendor/plugins/login_engine/app/views/user/logout.rhtml b/vendor/plugins/login_engine/app/views/user/logout.rhtml
new file mode 100644 (file)
index 0000000..18f8b3d
--- /dev/null
@@ -0,0 +1,8 @@
+<div title="<%= title_helper %>" class="memo">
+  <h3>Logoff</h3>
+
+  <p>You are now logged out of the system...</p>
+
+  <%= link_to '&#171; login', :action => 'login' %>
+</div>
+

Benjamin Mako Hill || Want to submit a patch?