diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index f1c8a82..0446370 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -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 %> diff --git a/app/views/messages/show.rhtml b/app/views/messages/show.rhtml index c04c409..07508fb 100644 --- a/app/views/messages/show.rhtml +++ b/app/views/messages/show.rhtml @@ -50,3 +50,7 @@
<% end %> + +<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %> diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index a55b56f..cc9fe1f 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -55,3 +55,7 @@ <% end %> <% html_title @news.title -%> + +<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %>