OSDN Git Service

Fixed: Syntax highlighting unavailable from board new topic or topic edit preview...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Feb 2011 13:11:10 +0000 (13:11 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Feb 2011 13:11:10 +0000 (13:11 +0000)
Contributed by Etienne Massip.

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

app/views/boards/show.rhtml
app/views/messages/edit.rhtml

index 23e453e..c4a08b2 100644 (file)
@@ -69,4 +69,5 @@
 
 <% content_for :header_tags do %>
     <%= auto_discovery_link_tag(:atom, {:format => 'atom', :key => User.current.rss_key}, :title => "#{@project}: #{@board}") %>
+    <%= stylesheet_link_tag 'scm' %>
 <% end %>
index 56e7086..c22b622 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 %>