summaryrefslogtreecommitdiffstats
path: root/app/views/messages
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-02-20 13:11:10 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-02-20 13:11:10 +0000
commit58f5d3ab098bd46cdd3a786d9ef6516200683f11 (patch)
tree288b0087c1da14a5124ba0bfee1a2d296bf89d35 /app/views/messages
parentf357912d211cc588921e2cc34a8f529d066656c6 (diff)
downloadredmine-58f5d3ab098bd46cdd3a786d9ef6516200683f11.tar.gz
redmine-58f5d3ab098bd46cdd3a786d9ef6516200683f11.zip
Fixed: Syntax highlighting unavailable from board new topic or topic edit preview (#7625).
Contributed by Etienne Massip. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4889 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/messages')
-rw-r--r--app/views/messages/edit.rhtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/messages/edit.rhtml b/app/views/messages/edit.rhtml
index 56e708620..c22b62210 100644
--- a/app/views/messages/edit.rhtml
+++ b/app/views/messages/edit.rhtml
@@ -12,3 +12,7 @@
}, :accesskey => accesskey(:preview) %>
<% end %>
<div id="preview" class="wiki"></div>
+
+<% content_for :header_tags do %>
+ <%= stylesheet_link_tag 'scm' %>
+<% end %>