<% @nav_dispaly_project_label = 1 @nav_dispaly_forum_label = 1 %> <%= stylesheet_link_tag 'welcome' %> <%= javascript_include_tag 'welcome' %>
<% if get_avatar?(@first_page) %> <%= image_tag(url_to_avatar(@first_page), width:@first_page.image_width,height: @first_page.image_height) %> <% else %> <%= image_tag '/images/transparent.png', width:@first_page.image_width,height: @first_page.image_height %> <% end %>
<% unless @first_page.nil? %> <%= @first_page.description.html_safe %> <% end %>

热门项目

<%= link_to "更多>>", { :controller => 'projects', :action => 'index', :project_type => 0, :host => Setting.project_domain}, :target => "_blank" %>
<%= render partial: 'link_to_another' %>