修改竞赛子站首页显示
This commit is contained in:
parent
9f75bf179a
commit
c16933120d
|
@ -96,9 +96,9 @@
|
||||||
<div class="user_fans">
|
<div class="user_fans">
|
||||||
<table width="240" border="0">
|
<table width="240" border="0">
|
||||||
<tr align="center" width="80px">
|
<tr align="center" width="80px">
|
||||||
<td class="font_index">
|
<!-- <td class="font_index">
|
||||||
<%=link_to "#{@contest.join_in_competitions.count}",:controller => "contests",:action => "show_participator" %>
|
<%=link_to "#{@contest.join_in_competitions.count}",:controller => "contests",:action => "show_participator" %>
|
||||||
</td>
|
</td> -->
|
||||||
<td class="font_index">
|
<td class="font_index">
|
||||||
<%=link_to "#{@contest.projects.where('is_public=1').count}", :controller => 'contests', :action => 'show_project' %>
|
<%=link_to "#{@contest.projects.where('is_public=1').count}", :controller => 'contests', :action => 'show_project' %>
|
||||||
</td>
|
</td>
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="font_aram">
|
<tr class="font_aram">
|
||||||
<td align="center" width="70px"> <%= l(:label_participate) %></td>
|
<!-- <td align="center" width="70px"> <%= l(:label_participate) %></td> -->
|
||||||
<td align="center" width="70px"> <%= l(:label_contest_project) %></td>
|
<td align="center" width="70px"> <%= l(:label_contest_project) %></td>
|
||||||
<td align="center" width="70px"> <%= l(:label_contest_application) %></td>
|
<td align="center" width="70px"> <%= l(:label_contest_application) %></td>
|
||||||
|
|
||||||
|
@ -204,7 +204,7 @@
|
||||||
|
|
||||||
<div class="user_underline"></div>
|
<div class="user_underline"></div>
|
||||||
<!--参与者-->
|
<!--参与者-->
|
||||||
<div class="user_fans">
|
<!-- <div class="user_fans">
|
||||||
<div class="font_title_left">
|
<div class="font_title_left">
|
||||||
<strong><%= l(:label_participate) %></strong>
|
<strong><%= l(:label_participate) %></strong>
|
||||||
<% if show_more_participate?(@contest) %>
|
<% if show_more_participate?(@contest) %>
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
<div class="user_underline"></div>
|
<div class="user_underline"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue