##// END OF EJS Templates
Adds css for syntax highlight on welcome page (#8512)....
Jean-Philippe Lang -
r6050:84619a16a774
parent child
Show More
@@ -32,6 +32,7
32 </div>
32 </div>
33
33
34 <% content_for :header_tags do %>
34 <% content_for :header_tags do %>
35 <%= stylesheet_link_tag 'scm' %>
35 <%= auto_discovery_link_tag(:atom, {:controller => 'news', :action => 'index', :key => User.current.rss_key, :format => 'atom'},
36 <%= auto_discovery_link_tag(:atom, {:controller => 'news', :action => 'index', :key => User.current.rss_key, :format => 'atom'},
36 :title => "#{Setting.app_title}: #{l(:label_news_latest)}") %>
37 :title => "#{Setting.app_title}: #{l(:label_news_latest)}") %>
37 <%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :key => User.current.rss_key, :format => 'atom'},
38 <%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :key => User.current.rss_key, :format => 'atom'},
General Comments 0
You need to be logged in to leave comments. Login now