Show More
Commit Description:
- clean up link to problem stat and user stat...
Commit Description:
- clean up link to problem stat and user stat
(grafted from 45d1e12e9794a23a5431222fe2f4c7461d73a529)
References:
File last commit:
Show/Diff file:
Action:
app/views/tasks/list.html.erb
| 19 lines
| 446 B
| text/plain
| TextLexer
|
|
r96 | <%= 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"> | ||||
|
r132 | |||
|
r135 | <%= render :partial => 'overview' %> | ||
|
r96 | <%= render :partial => 'problem', :collection => @problems %> | ||
</table> | ||||