From 0e0da391135af3fbaeb4b6d1a58fa7a2b96c5c71 Mon Sep 17 00:00:00 2001 From: nwb Date: Fri, 18 Jul 2014 16:44:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../contests/show_attendingcontest.html.erb | 124 +++++++++--------- 1 file changed, 59 insertions(+), 65 deletions(-) diff --git a/app/views/contests/show_attendingcontest.html.erb b/app/views/contests/show_attendingcontest.html.erb index ba27f09b5..ab619e8ae 100644 --- a/app/views/contests/show_attendingcontest.html.erb +++ b/app/views/contests/show_attendingcontest.html.erb @@ -87,78 +87,72 @@
@@ -293,9 +287,9 @@ <%= l(:label_attendingcontest_spoksman) %> <% unless c_softapplication.nil? || c_softapplication.softapplication.nil? || c_softapplication.softapplication.user.nil? %> - :<%= link_to c_softapplication.softapplication.user.name,user_path(c_softapplication.softapplication.user) %> + :<%= link_to c_softapplication.softapplication.user.name,user_path(c_softapplication.softapplication.user) %> <% end %> -
+