]> source.dussan.org Git - redmine.git/commitdiff
Add scm.css to news pages to allow proper syntax highlighting. #6270
authorEric Davis <edavis@littlestreamsoftware.com>
Mon, 20 Sep 2010 02:55:37 +0000 (02:55 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Mon, 20 Sep 2010 02:55:37 +0000 (02:55 +0000)
Contributed by Holger Just.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4107 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/news/edit.rhtml
app/views/news/index.rhtml

index 4be566e0bc4f880b4fbf50565cea9a29bb6970a0..04d64df1fc05bcc126c9a228b5e43142322bc1e7 100644 (file)
@@ -12,3 +12,7 @@
                    }, :accesskey => accesskey(:preview) %>
 <% end %>
 <div id="preview" class="wiki"></div>
+
+<% content_for :header_tags do %>
+  <%= stylesheet_link_tag 'scm' %>
+<% end %>
index 8b7cc66e14bb54435d0379771d0281beb36f8c67..41e8bb355bf07f2150a430258690ff960c4a681a 100644 (file)
@@ -45,6 +45,7 @@
 
 <% content_for :header_tags do %>
   <%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :page => nil, :key => User.current.rss_key})) %>
+  <%= stylesheet_link_tag 'scm' %>
 <% end %>
 
 <% html_title(l(:label_news_plural)) -%>