修改bug《用户没有登陆随便参加竞赛》
Signed-off-by: alan <547533434@qq.com>
This commit is contained in:
parent
dea1a299af
commit
5e92e11561
|
@ -102,6 +102,12 @@
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- modified by longjun, 登录之后才能参赛 -->
|
||||
<div id="put-project-form" style=" padding-left: 83px; width: 88%">
|
||||
<%= render "new_softapplication" %>
|
||||
</div>
|
||||
<!-- end longjun -->
|
||||
<% else %>
|
||||
<div style="font-size: 14px;margin:10px;padding-left: 73px">
|
||||
<%= l(:label_user_login_attending_contest) %>
|
||||
|
@ -109,10 +115,7 @@
|
|||
</div>
|
||||
<% end %>
|
||||
|
||||
<!--点击新建参赛作品弹出框新建参赛作品并关联到竞赛中-->
|
||||
<div id="put-project-form" style=" padding-left: 83px; width: 88%">
|
||||
<%= render "new_softapplication" %>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue