Description:
[web] styling git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@175 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

r89:8489512b18de - - 1 file changed: 5 inserted, 6 deleted

@@ -1,13 +1,12
1 1 = user_title_bar(@user)
2 2
3 - %h2 Task Listing
4 -
5 - %b Task:
3 + .task-menu
4 + %b Task Listing:
6 5
7 6 - @problems.each do |problem|
8 7 - if problem.body!=nil
9 - %a{:href => "\##{problem.name}"}
10 - = problem.full_name
11 - &nbsp
8 + %a{:href => "\##{problem.name}"}= "[#{problem.full_name}]"
9 + - else
10 + = "[#{problem.full_name}]"
12 11
13 12 = render :partial => 'problem', :collection => @problems
You need to be logged in to leave comments. Login now