Included scm stylesheet in changes page.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8852 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ec537f6ea4
commit
2da8e97268
|
@ -15,4 +15,8 @@
|
||||||
<%= render(:partial => 'revisions',
|
<%= render(:partial => 'revisions',
|
||||||
:locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %>
|
:locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %>
|
||||||
|
|
||||||
|
<% content_for :header_tags do %>
|
||||||
|
<%= stylesheet_link_tag "scm" %>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
<% html_title(l(:label_change_plural)) -%>
|
<% html_title(l(:label_change_plural)) -%>
|
||||||
|
|
Loading…
Reference in New Issue