summaryrefslogtreecommitdiffstats
path: root/app/views/welcome
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-07-28 15:54:23 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-07-28 15:54:23 +0000
commit93a65c3c8227b9a5dd6f74c657ac188862b801c5 (patch)
tree868a51fa79b6d9435027c0761081faf64e3cc156 /app/views/welcome
parent1a088fb31e5cdb5e29ff8a10eee432c1649ce7b1 (diff)
downloadredmine-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.erb1
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'},