FIX 众包学习平台更改为'众包标注平台'

This commit is contained in:
Jasder 2019-11-11 17:03:21 +08:00
parent 30becc226c
commit 33cc2f2b15
1 changed files with 2 additions and 6 deletions

View File

@ -1,9 +1,5 @@
<li>
<% if User.current.logged? %>
<a href="<%= user_path(User.current) %>" target="_blank" class="rightline">开源托管平台</a>
<% else %>
<a href="<%= signin_url() %>" target="_blank" class="rightline">开源托管平台</a>
<% end %>
<a href="<%= User.current.logged? ? user_path(User.current) : signin_url() %>" target="_blank" class="rightline">开源托管平台</a>
</li>
<li>
<a href="https://www.educoder.net/" target="_blank">智能学习平台</a>
@ -12,5 +8,5 @@
<a href="http://ossean.trustie.net/" target="_blank">资源共享平台</a>
</li>
<li>
<a href="http://codepedia.trustie.net/" target="_blank">众包学习平台</a>
<a href="http://codepedia.trustie.net/" target="_blank">众包标注平台</a>
</li>