diff app/views/welcome/.svn/text-base/index.rhtml.svn-base @ 507:0c939c159af4 redmine-1.2

Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
author Chris Cannam
date Thu, 14 Jul 2011 10:32:19 +0100
parents 40f7cfd4df19
children
line wrap: on
line diff
--- a/app/views/welcome/.svn/text-base/index.rhtml.svn-base	Mon Jun 06 14:24:13 2011 +0100
+++ b/app/views/welcome/.svn/text-base/index.rhtml.svn-base	Thu Jul 14 10:32:19 2011 +0100
@@ -32,6 +32,7 @@
 </div>	
 
 <% content_for :header_tags do %>
+<%= stylesheet_link_tag 'scm' %>
 <%= auto_discovery_link_tag(:atom, {:controller => 'news', :action => 'index', :key => User.current.rss_key, :format => 'atom'},
                                    :title => "#{Setting.app_title}: #{l(:label_news_latest)}") %>
 <%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :key => User.current.rss_key, :format => 'atom'},