|
|
@ -13,8 +13,7 @@
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="2" valign="top"><strong><%= link_to(bid.author.lastname+bid.author.firstname, user_path(bid.author), :class => 'bid_user') %>:
|
|
|
|
<td colspan="2" valign="top"><strong><%= link_to(bid.author.lastname+bid.author.firstname, user_path(bid.author), :class => 'bid_user') %>:
|
|
|
|
<%= link_to(bid.name, respond_path(bid), :class => 'bid_path') %>
|
|
|
|
<%= link_to(bid.name, respond_path(bid), :class => 'bid_path') %>
|
|
|
|
<%= l(:label_course_homework) %> : <%= link_to(bid.courses.first.name, project_path(bid.courses.first)) %></strong> </span>
|
|
|
|
<%= l(:label_course_homework) %> : <%= link_to(bid.courses.first.name, project_path(bid.courses.first)) %></strong> </span> <span style="float: right"> <%= link_to(
|
|
|
|
<span style="float: right"><%= link_to(
|
|
|
|
|
|
|
|
l(:button_delete),
|
|
|
|
l(:button_delete),
|
|
|
|
{:action => 'homework_destroy', :controller=>'bids', :course_id => bid.id},
|
|
|
|
{:action => 'homework_destroy', :controller=>'bids', :course_id => bid.id},
|
|
|
|
:method => :post,
|
|
|
|
:method => :post,
|
|
|
|