From: Etienne Massip Date: Sat, 11 Feb 2012 15:31:11 +0000 (+0000) Subject: Included scm stylesheet in changes page. X-Git-Tag: 1.4.0~458 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2da8e97268531da03220cbbd611a106802bf3b8d;p=redmine.git Included scm stylesheet in changes page. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8852 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/repositories/changes.html.erb b/app/views/repositories/changes.html.erb index 734f8b81c..741b7f2e2 100644 --- a/app/views/repositories/changes.html.erb +++ b/app/views/repositories/changes.html.erb @@ -15,4 +15,8 @@ <%= render(:partial => 'revisions', :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)) -%>