diff --git a/app/views/softapplications/_list.html.erb b/app/views/softapplications/_list.html.erb index e31aedda7..91c49cda3 100644 --- a/app/views/softapplications/_list.html.erb +++ b/app/views/softapplications/_list.html.erb @@ -9,30 +9,13 @@
<%= softapplication.description.truncate(95, omission: '...') %>
<%contest = softapplication.contests.first%> - - - - - - - - - - - - - - - - - - - - +

<%=l(:label_attendingcontestwork_belongs_contest)%>:<%= contest ? link_to(contest.name.truncate(14, omission: '...'), show_attendingcontest_contest_path(contest), title: contest.name.to_s ) : '尚未加入竞赛'%>

-

<%=l(:label_attendingcontestwork_belongs_type)%>:<%= softapplication.app_type_name.truncate(14, omission: '...') %>

- <%strTitle = softapplication.android_min_version_available%> -

<%=l(:label_attendingcontestwork_adaptive_system)%>:<%= strTitle.truncate(10,omisiion:'...') %>

+ + +

<%=l(:label_attendingcontestwork_belongs_type)%>:<%= softapplication.app_type_name ? softapplication.app_type_name.truncate(14, omission: '...') : "" %>

+ <% strTitle = softapplication.android_min_version_available %> +

<%=l(:label_attendingcontestwork_adaptive_system)%>:<%= strTitle ? strTitle.truncate(10,omisiion:'...') : "" %>

<%=l(:label_attendingcontestwork_developers)%>:<%= softapplication.application_developers %>