diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-28 15:54:23 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-28 15:54:23 +0000 |
commit | 93a65c3c8227b9a5dd6f74c657ac188862b801c5 (patch) | |
tree | 868a51fa79b6d9435027c0761081faf64e3cc156 /app/views/welcome | |
parent | 1a088fb31e5cdb5e29ff8a10eee432c1649ce7b1 (diff) | |
download | redmine-93a65c3c8227b9a5dd6f74c657ac188862b801c5.tar.gz redmine-93a65c3c8227b9a5dd6f74c657ac188862b801c5.zip |
Moved syntax highlight styles to application.css.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10094 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/welcome')
-rw-r--r-- | app/views/welcome/index.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index dbcf6ed9d..064066ad7 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -32,7 +32,6 @@ </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'}, |