Show More
Commit Description:
[web] styling...
Commit Description:
[web] styling git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@175 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/tasks/list.html.haml | 12 lines | 282 B | text/x-haml | HamlLexer |
= user_title_bar(@user)
.task-menu
%b Task Listing:
- @problems.each do |problem|
- if problem.body!=nil
%a{:href => "\##{problem.name}"}= "[#{problem.full_name}]"
- else
= "[#{problem.full_name}]"
= render :partial => 'problem', :collection => @problems