summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-01-03 13:14:28 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-01-03 13:14:28 +0000
commita66b1e77da84ad050e1cfdf8693408c4ce4ea0a6 (patch)
treef647ae3cd87d8e8c5aabd907356309cdd04878f2 /app
parent7a5ce28921200f2ea0c466da286fe7aa52cb3bf9 (diff)
downloadredmine-a66b1e77da84ad050e1cfdf8693408c4ce4ea0a6.tar.gz
redmine-a66b1e77da84ad050e1cfdf8693408c4ce4ea0a6.zip
Fixed: syntax highlight doesn't appear in new ticket preview (#1976).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2222 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/issues/new.rhtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/issues/new.rhtml b/app/views/issues/new.rhtml
index 280e2009b..732a562a3 100644
--- a/app/views/issues/new.rhtml
+++ b/app/views/issues/new.rhtml
@@ -17,3 +17,7 @@
<% end %>
<div id="preview" class="wiki"></div>
+
+<% content_for :header_tags do %>
+ <%= stylesheet_link_tag 'scm' %>
+<% end %>