Index: app/views/issues/edit.rhtml =================================================================== --- app/views/issues/edit.rhtml (revision 1341) +++ app/views/issues/edit.rhtml (working copy) @@ -1,3 +1,9 @@

<%=h "#{@issue.tracker.name} ##{@issue.id}" %>

<%= render :partial => 'edit' %> + +
+<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %> +
\ No newline at end of file Index: app/views/issues/new.rhtml =================================================================== --- app/views/issues/new.rhtml (revision 1341) +++ app/views/issues/new.rhtml (working copy) @@ -16,4 +16,8 @@ }, :accesskey => accesskey(:preview) %> <% end %> -
+
+<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %> +
Index: app/views/issues/show.rhtml =================================================================== --- app/views/issues/show.rhtml (revision 1341) +++ app/views/issues/show.rhtml (working copy) @@ -110,4 +110,5 @@ <% 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 %>