]> source.dussan.org Git - redmine.git/commitdiff
Enable syntax highlight on issues, messages and news (#1473, #1466).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 18 Jun 2008 16:49:40 +0000 (16:49 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 18 Jun 2008 16:49:40 +0000 (16:49 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1562 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/show.rhtml
app/views/messages/show.rhtml
app/views/news/show.rhtml

index f1c8a82cda0ce595d377c3bcd205656a25cfaed0..044637094ac385cf7e053ecc849743f4dc6d92cf 100644 (file)
@@ -116,4 +116,5 @@ end %>
 
 <% content_for :header_tags do %>
     <%= auto_discovery_link_tag(:atom, {:format => 'atom', :key => User.current.rss_key}, :title => "#{@issue.project} - #{@issue.tracker} ##{@issue.id}: #{@issue.subject}") %>
+    <%= stylesheet_link_tag 'scm' %>
 <% end %>
index c04c40934229772416b62d93c6cde84560a3e441..07508fbfd16547ab14f091aed3b9454e67b578e1 100644 (file)
@@ -50,3 +50,7 @@
 <div id="preview" class="wiki"></div>
 </div>
 <% end %>
+
+<% content_for :header_tags do %>
+  <%= stylesheet_link_tag 'scm' %>
+<% end %>
index a55b56f0b9ceaf930f53b7e1c91d0bf91a34eb63..cc9fe1fbba55533bc2e4916b0dbd1e772e953801 100644 (file)
@@ -55,3 +55,7 @@
 <% end %>
 
 <% html_title @news.title -%>
+
+<% content_for :header_tags do %>
+  <%= stylesheet_link_tag 'scm' %>
+<% end %>