修改应用列表页面说法

This commit is contained in:
wanglinchun 2014-04-04 09:38:31 +08:00
parent 2a278e0a2d
commit 8fb185681a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<% if User.current.logged? %>
<td width="85%">
<div class='icon icon-add'> <!--标注我要参加及添加图标-->
<%= toggle_link l(:button_contesting_as_project), 'put-bid-form' %>
<%= toggle_link l(:button_contesting_as_application), 'put-bid-form' %>
</div>
</td>
<% end %>