Description:
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@244 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r118:fc6cd4c8e4bf - - 3 files changed: 5 inserted, 3 deleted
@@ -9,7 +9,9 | |||
|
9 | 9 | in_place_edit_for :user, :email_for_editing |
|
10 | 10 | |
|
11 | 11 | def index |
|
12 | - @user = User.find(session[:user_id]) | |
|
12 | + # ... disable in this contest ... | |
|
13 | + # @user = User.find(session[:user_id]) | |
|
14 | + redirect_to :controller => 'main', :action => 'list' | |
|
13 | 15 | end |
|
14 | 16 | |
|
15 | 17 | def chg_passwd |
@@ -4,7 +4,7 | |||
|
4 | 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
5 | 5 | <head> |
|
6 | 6 | <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> |
|
7 |
- <title> |
|
|
7 | + <title>APIO'08</title> | |
|
8 | 8 | <%= stylesheet_link_tag 'application' %> |
|
9 | 9 | <%= yield :head %> |
|
10 | 10 | </head> |
You need to be logged in to leave comments.
Login now