diff --git a/app/views/softapplications/show.html.erb b/app/views/softapplications/show.html.erb
index c2cea19b5..047ecf8dc 100644
--- a/app/views/softapplications/show.html.erb
+++ b/app/views/softapplications/show.html.erb
@@ -28,16 +28,15 @@
系统支持:<%= @softapplication.android_min_version_available %> |
- 应用下载:
+ |
+ 应用下载:
<% options = {:author => true, :deletable => @softapplication.user.eql?(User.current) } %>
<%= render :partial => 'attachments/app_link', :locals => {:attachments => @app_items, :options => options} %>
|
+
开发人员:<%= @softapplication.application_developers %> |
-
- |
-
@@ -82,5 +81,5 @@
-<%#= link_to '返回竞赛页面', show_softapplication_contest_path(contest)) %>
+<%#= link_to '返回竞赛页面', show_softapplication_contest_path(@softapplication.contest) %>