From 25bbf791f9f4a18864df279e3b920931a93bde36 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Fri, 18 Apr 2014 17:53:22 +0800 Subject: [PATCH] dsfsd --- app/views/softapplications/show.html.erb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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) %>