Description:
change description behavior, popup desc window git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@52 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r28:0a910fb622c4 - - 1 file changed: 1 inserted, 1 deleted

@@ -22,7 +22,7
22 22 <div class="problist-each">
23 23 <div class="probname">
24 24 <%= "#{i+1}: #{p.full_name} (#{p.name})" %>
25 - <%= link_to '[task description]', p.url if (p.url!=nil) and (p.url!='') %>
25 + <%= link_to '[task description]', p.url, :popup => true if (p.url!=nil) and (p.url!='') %>
26 26 </div>
27 27 <div class="subinfo">
28 28 <%= format_submission(@prob_submissions[i][1],
You need to be logged in to leave comments. Login now