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

@@ -19,13 +19,13
19 <div class="problist">
19 <div class="problist">
20 <% i = 0 %>
20 <% i = 0 %>
21 <% @problems.each do |p| %>
21 <% @problems.each do |p| %>
22 <div class="problist-each">
22 <div class="problist-each">
23 <div class="probname">
23 <div class="probname">
24 <%= "#{i+1}: #{p.full_name} (#{p.name})" %>
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 </div>
26 </div>
27 <div class="subinfo">
27 <div class="subinfo">
28 <%= format_submission(@prob_submissions[i][1],
28 <%= format_submission(@prob_submissions[i][1],
29 @prob_submissions[i][0]) %>
29 @prob_submissions[i][0]) %>
30 </div>
30 </div>
31 </div>
31 </div>
You need to be logged in to leave comments. Login now