|
|
|
@ -260,7 +260,9 @@
|
|
|
|
|
:</strong><%= format_time c_project.created_at %></span>
|
|
|
|
|
<span style="padding-left: 240px"><strong><%= l(:label_attendingcontest_spoksman) %>
|
|
|
|
|
<!-- modified by zjc 添加超链接 -->
|
|
|
|
|
<% unless c_project.nil? || c_project.user.nil? %>
|
|
|
|
|
:</strong><%= link_to c_project.user.name,user_path(c_project.user) %></span>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="padding-left: 68px">
|
|
|
|
@ -295,7 +297,9 @@
|
|
|
|
|
:</strong><%= format_time c_softapplication.created_at %></span>
|
|
|
|
|
<span style="padding-left: 240px"><strong><%= l(:label_attendingcontest_spoksman) %>
|
|
|
|
|
<!-- modified by zjc 添加超链接 -->
|
|
|
|
|
<% unless c_softapplication.nil? || c_softapplication.softapplication.nil? || c_softapplication.softapplication.user.nil? %>
|
|
|
|
|
:</strong><%= link_to c_softapplication.softapplication.user.name,user_path(c_softapplication.softapplication.user) %></span>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--获奖及教师评奖-->
|
|
|
|
|