<%= stylesheet_link_tag 'welcome' %> <%= javascript_include_tag 'welcome' %>
<% if get_avatar?(@first_page) %> <%= image_tag(url_to_avatar(@first_page), size: "75x75") %> <% else %> <%= image_tag '/images/transparent.png', size: "75x75" %> <% end %>
<% unless @first_page.nil? %> <%= @first_page.title %> , <%= @first_page.description %> <% end %>

热门项目

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