Description:
fixed msg grammar
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@293 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
r154:3580f3e3f91b - - 2 files changed: 2 inserted, 2 deleted
@@ -125,7 +125,7 | |||||
|
125 | @problem = Problem.find_by_name(params[:id]) |
|
125 | @problem = Problem.find_by_name(params[:id]) |
|
126 | if not @problem.available |
|
126 | if not @problem.available |
|
127 | redirect_to :action => 'list' |
|
127 | redirect_to :action => 'list' |
|
128 |
- flash[:notice] = 'Error: submissions for that problem |
|
128 | + flash[:notice] = 'Error: submissions for that problem are not viewable.' |
|
129 | return |
|
129 | return |
|
130 | end |
|
130 | end |
|
131 | @submissions = Submission.find_all_by_user_problem(@user.id, @problem.id) |
|
131 | @submissions = Submission.find_all_by_user_problem(@user.id, @problem.id) |
You need to be logged in to leave comments.
Login now