20 lines
808 B
Plaintext
20 lines
808 B
Plaintext
<div class="top-content">
|
|
<table>
|
|
<tr>
|
|
<td class="info_font" style="width: 240px; color: #15bccf"><%=l(:label_contest_innovate_community)%></td>
|
|
<td style="width: 430px; color: #15bccf"><strong><%= l(:label_user_location) %> : </strong></td>
|
|
<td rowspan="2" width="250px"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style="padding-left: 8px"><%=link_to request.host()+"/contests", :controller=>'contests', :action=>'index' %></td>
|
|
<td ><%=link_to l(:field_homepage), home_path %> >
|
|
<%=link_to l(:label_contest_innovate), :controller=>'contests', :action=>'index' %> >
|
|
<span>
|
|
<% contest = @softapplication.contests.first %><%= contest ? link_to(contest.name, show_contest_contest_path(contest)) : '尚未加入竞赛'%>
|
|
</span>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div> |