diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-03 13:14:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-03 13:14:28 +0000 |
commit | a66b1e77da84ad050e1cfdf8693408c4ce4ea0a6 (patch) | |
tree | f647ae3cd87d8e8c5aabd907356309cdd04878f2 /app | |
parent | 7a5ce28921200f2ea0c466da286fe7aa52cb3bf9 (diff) | |
download | redmine-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.rhtml | 4 |
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 %> |