|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
<td>
|
|
|
|
|
<table width="580px" border="0">
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2" valign="top">
|
|
|
|
|
<td valign="top">
|
|
|
|
|
<strong>
|
|
|
|
|
<%= link_to(bid.author.lastname+bid.author.firstname, user_path(bid.author)) %>
|
|
|
|
|
</strong>
|
|
|
|
@ -55,6 +55,8 @@
|
|
|
|
|
<span>
|
|
|
|
|
<%= link_to(bid.name, course_for_bid_path(bid), :class => 'bid_path') %>
|
|
|
|
|
</span>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="width: 110px;">
|
|
|
|
|
<span style="float: right">
|
|
|
|
|
<% if User.current.logged? && is_cur_course_student(@course) %>
|
|
|
|
|
<% cur_user_homework = cur_user_homework_for_bid(bid) %>
|
|
|
|
@ -83,8 +85,8 @@
|
|
|
|
|
<%end%>
|
|
|
|
|
<span class="span_wping">
|
|
|
|
|
<%= link_to(
|
|
|
|
|
l(:button_edit),
|
|
|
|
|
{:action => 'edit', :controller=>'bids', :course_id =>@course.id, :bid_id => bid.id}
|
|
|
|
|
l(:button_edit),
|
|
|
|
|
{:action => 'edit', :controller=>'bids', :course_id =>@course.id, :bid_id => bid.id}
|
|
|
|
|
) %>
|
|
|
|
|
</span>
|
|
|
|
|
<%#= link_to(
|
|
|
|
|