Index: app/views/boards/show.rhtml =================================================================== --- app/views/boards/show.rhtml (revision 4826) +++ app/views/boards/show.rhtml (working copy) @@ -69,4 +69,5 @@ <% content_for :header_tags do %> <%= auto_discovery_link_tag(:atom, {:format => 'atom', :key => User.current.rss_key}, :title => "#{@project}: #{@board}") %> + <%= stylesheet_link_tag 'scm' %> <% end %> Index: app/views/messages/edit.rhtml =================================================================== --- app/views/messages/edit.rhtml (revision 4826) +++ app/views/messages/edit.rhtml (working copy) @@ -12,3 +12,7 @@ }, :accesskey => accesskey(:preview) %> <% end %>
+ +<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %>