##// END OF EJS Templates
Enable syntax highlight on issues, messages and news (#1473, #1466)....
Jean-Philippe Lang -
r1548:af734b1b38e9
parent child
Show More
@@ -116,4 +116,5 end %>
116 116
117 117 <% content_for :header_tags do %>
118 118 <%= auto_discovery_link_tag(:atom, {:format => 'atom', :key => User.current.rss_key}, :title => "#{@issue.project} - #{@issue.tracker} ##{@issue.id}: #{@issue.subject}") %>
119 <%= stylesheet_link_tag 'scm' %>
119 120 <% end %>
@@ -50,3 +50,7
50 50 <div id="preview" class="wiki"></div>
51 51 </div>
52 52 <% end %>
53
54 <% content_for :header_tags do %>
55 <%= stylesheet_link_tag 'scm' %>
56 <% end %>
@@ -55,3 +55,7
55 55 <% end %>
56 56
57 57 <% html_title @news.title -%>
58
59 <% content_for :header_tags do %>
60 <%= stylesheet_link_tag 'scm' %>
61 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now