增加了需求导航,超链接

This commit is contained in:
baiyu 2013-11-04 21:52:01 +08:00
parent f113cb7667
commit be20b2c7fe
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
<div id="main" class=""> <div id="main" class="">
<!-- added by bai --> <!-- added by bai -->
<div class="top-content"> <div class="top-content">
<table> <table>
<tr> <tr>
@ -50,7 +50,7 @@
</tr> </tr>
<tr> <tr>
<td style="padding-left: 8px"><a>http://forge.trustie.net</a></td> <td style="padding-left: 8px"><a>http://forge.trustie.net</a></td>
<td ><%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_contest_innovate), :controller => 'context_menus', :action => 'index' %> > <span><%=link_to @bid.name ,bid_path %></span></td> <td ><%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_contest_innovate), :controller => 'bids', :action => 'index' %> > <span><%=link_to @bid.name ,bid_path %></span></td>
</tr> </tr>
</table> </table>
</div> </div>