summaryrefslogtreecommitdiffstats
path: root/app/views/news
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-06-18 16:49:40 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-06-18 16:49:40 +0000
commitaf734b1b38e9e8534e02f2859f9cc53d6b385de6 (patch)
tree6e6d949443ce204450ac5304fd786c0c0a2cb21d /app/views/news
parent7d143bc3f7394f0af2d95b1e3ce3a6db282516cb (diff)
downloadredmine-af734b1b38e9e8534e02f2859f9cc53d6b385de6.tar.gz
redmine-af734b1b38e9e8534e02f2859f9cc53d6b385de6.zip
Enable syntax highlight on issues, messages and news (#1473, #1466).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1562 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/news')
-rw-r--r--app/views/news/show.rhtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml
index a55b56f0b..cc9fe1fbb 100644
--- a/app/views/news/show.rhtml
+++ b/app/views/news/show.rhtml
@@ -55,3 +55,7 @@
<% end %>
<% html_title @news.title -%>
+
+<% content_for :header_tags do %>
+ <%= stylesheet_link_tag 'scm' %>
+<% end %>