Show More
Commit Description:
testdata import now looks for *1*.in when finding raw dir...
Commit Description:
testdata import now looks for *1*.in when finding raw dir git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@437 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/tasks/list.html.erb | 19 lines | 446 B | text/plain | TextLexer |
<%= user_title_bar(@user) %>
<div class="task-menu">
<b>Task Listing:</b>
<% @problems.each do |problem| %>
<% if problem.description!=nil %>
<a href="#<%= problem.name %>"><%= "[#{problem.full_name}]" %></a>
<% else %>
<%= "[#{problem.full_name}]" %>
<% end %>
<% end %>
</div>
<table class="taskdesc">
<%= render :partial => 'overview' %>
<%= render :partial => 'problem', :collection => @problems %>
</table>