Chris@909:

<%= l(:label_home) %>

Chris@909: Chris@909:
Chris@909: <%= textilizable Setting.welcome_text %> Chris@909: <% if @news.any? %> Chris@909:
Chris@909:

<%=l(:label_news_latest)%>

Chris@909: <%= render :partial => 'news/news', :collection => @news %> Chris@909: <%= link_to l(:label_news_view_all), :controller => 'news' %> Chris@909:
Chris@909: <% end %> Chris@909: <%= call_hook(:view_welcome_index_left, :projects => @projects) %> Chris@909:
Chris@909: Chris@909:
Chris@909: <% if @projects.any? %> Chris@909:
Chris@909:

<%=l(:label_project_latest)%>

Chris@909: Chris@909:
Chris@909: <% end %> Chris@909: <%= call_hook(:view_welcome_index_right, :projects => @projects) %> Chris@909:
Chris@909: Chris@909: <% content_for :header_tags do %> Chris@909: <%= stylesheet_link_tag 'scm' %> Chris@909: <%= auto_discovery_link_tag(:atom, {:controller => 'news', :action => 'index', :key => User.current.rss_key, :format => 'atom'}, Chris@909: :title => "#{Setting.app_title}: #{l(:label_news_latest)}") %> Chris@909: <%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :key => User.current.rss_key, :format => 'atom'}, Chris@909: :title => "#{Setting.app_title}: #{l(:label_activity)}") %> Chris@909: <% end %>