2014-04-23 09:18:43 +08:00
|
|
|
<div class="top-content">
|
|
|
|
<table>
|
|
|
|
<tr>
|
2014-11-26 14:49:55 +08:00
|
|
|
<td class="info_font" style="width: 240px; color: #15bccf" rowspan="2">
|
|
|
|
<a href="http://<%= Setting.host_contest%>" style="color: #15bccf;">
|
|
|
|
<%=l(:label_contest_innovate_community)%>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td style="width: 430px; color: #15bccf">
|
|
|
|
<strong><%= l(:label_user_location) %> : </strong>
|
|
|
|
</td>
|
2014-04-23 09:18:43 +08:00
|
|
|
<td rowspan="2" width="250px"></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2014-11-26 14:49:55 +08:00
|
|
|
<td >
|
|
|
|
<%=link_to l(:field_homepage), home_path %> >
|
2014-11-27 17:05:53 +08:00
|
|
|
<a><%= l(:label_contest_innovate) %></a>
|
2014-11-26 14:49:55 +08:00
|
|
|
<span>
|
2014-12-15 15:13:11 +08:00
|
|
|
<% contest = @softapplication.contests.first %>
|
|
|
|
<%= contest ? link_to(">" + contest.name, show_contest_contest_path(contest)) : '尚未加入竞赛'%>
|
2014-11-26 14:49:55 +08:00
|
|
|
</span>
|
2014-04-23 09:18:43 +08:00
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|