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

exceptionHandle
wanglinchun 11 years ago
parent b318166c15
commit 5d752f785f

@ -6,7 +6,7 @@
<tr> <tr>
<td><strong>应用软件:</strong></td> <td><strong>应用软件:</strong></td>
<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> </td>
</tr></br> </tr></br>
</div> </div>

Loading…
Cancel
Save