Description:
[web] styling
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@183 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
r96:f6611a1eda4c - - 2 files changed: 17 inserted, 13 deleted
@@ -0,0 +1,17 | |||||
|
|
1 | + <%= user_title_bar(@user) %> | ||
|
|
2 | + | ||
|
|
3 | + <div class="task-menu"> | ||
|
|
4 | + <b>Task Listing:</b> | ||
|
|
5 | + | ||
|
|
6 | + <% @problems.each do |problem| %> | ||
|
|
7 | + <% if problem.description!=nil %> | ||
|
|
8 | + <a href="#<%= problem.name %>"><%= "[#{problem.full_name}]" %></a> | ||
|
|
9 | + <% else %> | ||
|
|
10 | + <%= "[#{problem.full_name}]" %> | ||
|
|
11 | + <% end %> | ||
|
|
12 | + <% end %> | ||
|
|
13 | + </div> | ||
|
|
14 | + | ||
|
|
15 | + <table class="taskdesc"> | ||
|
|
16 | + <%= render :partial => 'problem', :collection => @problems %> | ||
|
|
17 | + </table> |
deleted file |
You need to be logged in to leave comments.
Login now