首页调整
This commit is contained in:
parent
6f231bf45b
commit
4b0ccb12bb
|
@ -1,7 +1,11 @@
|
||||||
<div class="content_Intruduce">
|
<div class="content_Intruduce">
|
||||||
<div class="in_head">
|
<div class="in_head">
|
||||||
<p class="in_head_rederect">
|
<p class="in_head_rederect">
|
||||||
<a href="<%= user_path(User.current) %>" target="_blank" class="rightline">TrustieForge</a>
|
<% if User.current.logged? %>
|
||||||
|
<a href="<%= user_path(User.current) %>" target="_blank" class="rightline">TrustieForge</a>
|
||||||
|
<% else %>
|
||||||
|
<a href="<%= signin_url() %>" target="_blank" class="rightline">TrustieForge</a>
|
||||||
|
<% end %>
|
||||||
<a href="http://ossean.trustie.net/" target="_blank" class="rightline">TrustieOSSEAN</a>
|
<a href="http://ossean.trustie.net/" target="_blank" class="rightline">TrustieOSSEAN</a>
|
||||||
<a href="http://www.educoder.net" target="_blank" class="rightline">TrustieEduCoder</a>
|
<a href="http://www.educoder.net" target="_blank" class="rightline">TrustieEduCoder</a>
|
||||||
<a href="http://codepedia.trustie.net/" target="_blank">TrustieCoderpedia</a>
|
<a href="http://codepedia.trustie.net/" target="_blank">TrustieCoderpedia</a>
|
||||||
|
|
Loading…
Reference in New Issue