竞赛页面中应用列表题目增加:点击后弹出新页面

This commit is contained in:
wanglinchun 2014-04-23 09:49:15 +08:00
parent b318166c15
commit 5d752f785f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<tr>
<td><strong>应用软件:</strong></td>
<td>
<%= link_to(c_softapplication.softapplication.name, softapplication_path(c_softapplication.softapplication)) %>
<%= link_to(c_softapplication.softapplication.name, softapplication_path(c_softapplication.softapplication), :target => '_blank') %>
</td>
</tr></br>
</div>