luisf@48: <% if not Setting.notifications_text.empty? %> luisf@48:
luisf@47: <%= textilizable Setting.notifications_text %> luisf@48:
luisf@48: <% end %> luisf@47: Chris@95:

<%= l(:label_home_heading) %>

Chris@0: Chris@0:
Chris@0: <%= textilizable Setting.welcome_text %> luisf@42: Chris@0: <%= call_hook(:view_welcome_index_left, :projects => @projects) %> Chris@0:
Chris@0: Chris@0:
chris@374: <% if @site_news.any? %> chris@22:
chris@374:

<%=l(:label_news_site_latest)%>

chris@374: <%= render :partial => 'news/news', :locals => { :project => @site_project }, :collection => @site_news %> chris@374: chris@374: <%= link_to l(:label_news_more), { :controller => 'projects', :action => @site_project.identifier, :id => 'news' } %> chris@22:
chris@22: <% end %> Chris@0: <% if @projects.any? %> Chris@0:
Chris@0:

<%=l(:label_project_latest)%>

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