[eXPlainPMT Developers] [SVN commit] r28 - /trunk/app/views/main/dashboard.rhtml
johnwilger@gmail.com
johnwilger at gmail.com
Sun Oct 9 19:16:43 EDT 2005
Author: jwilger
Date: Sun Oct 9 19:16:42 2005
New Revision: 28
Log:
Logout link on MainController#dashboard now points to the correct place.
Modified:
trunk/app/views/main/dashboard.rhtml
Modified: trunk/app/views/main/dashboard.rhtml
==============================================================================
--- trunk/app/views/main/dashboard.rhtml (original)
+++ trunk/app/views/main/dashboard.rhtml Sun Oct 9 19:16:42 2005
@@ -12,7 +12,8 @@
<div id="CurrentUserInfo">
Logged in as: <%= link_to @current_user.name, :controller => 'users',
:action => 'show', :id => @current_user %>
- (<%= link_to 'log out', :action => 'log_out' %>)
+ (<%= link_to 'log out', :controller => 'users',
+ :action => 'logout' %>)
</div>
<h1><span id="AppTitle">eXPlainPMT</span> ::
<span id="ViewTitle">Dashboard</span></h1>
More information about the Explainpmt-developers
mailing list