2015-04-09 11:00:39 +08:00
|
|
|
<%hidden_non_project = Setting.find_by_name("hidden_non_project")
|
2015-08-25 15:09:02 +08:00
|
|
|
visiable = true #hidden_non_project && hidden_non_project.value == "0"
|
|
|
|
%>
|
2015-04-09 11:00:39 +08:00
|
|
|
<% unless visiable%>
|
2015-01-07 17:28:45 +08:00
|
|
|
<div class="linkother" style="margin-left: 30%; float: left">
|
|
|
|
<a href="http://<%= Setting.host_name%>" class="link_other_item"><%=l(:label_projects_management_platform)%></a>
|
|
|
|
<a href="http://<%= Setting.host_course%>" class="link_other_item"><%=l(:label_courses_management_platform)%></a>
|
|
|
|
<a href="http://<%= Setting.host_contest%>" class="link_other_item"><%=l(:label_contests_management_platform)%></a>
|
2015-04-09 11:00:39 +08:00
|
|
|
</div>
|
|
|
|
<% end%>
|