This commit is contained in:
xianbo 2013-11-06 11:14:42 +08:00
parent bf2ae17e05
commit 73424b0c59
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@
</tr>
<tr>
<td style="padding-left: 8px"><%=link_to "forge.trustie.net/contest", :controller => 'bids', :action => 'contest' %></td>
<td ><%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_contest_innovate), :controller => 'bids', :action => 'contest' %> > <span><%= @bid.name %></span></td>
<td ><%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_contest_innovate), :controller => 'bids', :action => 'contest' %> >
<span><%= link_to @bid.name, bid_path %></span></td>
</tr>
</table>
</div>