Browse Source

Fixed: code syntax highlighting not working in Document page (#3740).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3603 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.0.0
Jean-Philippe Lang 14 years ago
parent
commit
5e4eef1a4e
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      app/views/documents/show.rhtml

+ 4
- 0
app/views/documents/show.rhtml View File

@@ -26,3 +26,7 @@
<% end %>

<% html_title @document.title -%>

<% content_for :header_tags do %>
<%= stylesheet_link_tag 'scm' %>
<% end %>

Loading…
Cancel
Save