17 lines
570 B
Plaintext
17 lines
570 B
Plaintext
<!-- fq -->
|
|
<%= render_flash_messages %>
|
|
|
|
<table width="100%" border="0" style="padding-left: 15px">
|
|
<td width="15%" class="font_lighter" style="font-size: 15px;"><%= l(:label_bidding_project) %></td> <!--标注参赛应用及数量-->
|
|
<% if User.current.logged? %>
|
|
<td width="85%">
|
|
<div class='icon icon-add'> <!--标注我要参加及添加图标-->
|
|
|
|
<%= link_to(l(:button_contesting_as_application), {:controller => 'softapplications', :action => 'new'}) %>
|
|
</div>
|
|
</td>
|
|
<% end %>
|
|
</table>
|
|
|
|
<%#= render :partial=> "list_projects" %>
|