Index: app/views/news/edit.rhtml =================================================================== --- app/views/news/edit.rhtml (revision 1341) +++ app/views/news/edit.rhtml (working copy) @@ -11,4 +11,8 @@ :with => "Form.serialize('news-form')" }, :accesskey => accesskey(:preview) %> <% end %> -
+
+<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %> +
Index: app/views/news/index.rhtml =================================================================== --- app/views/news/index.rhtml (revision 1341) +++ app/views/news/index.rhtml (working copy) @@ -46,6 +46,7 @@ <% content_for :header_tags do %> <%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :page => nil, :key => User.current.rss_key})) %> + <%= stylesheet_link_tag 'scm' %> <% end %> <% html_title(l(:label_news_plural)) -%> Index: app/views/news/new.rhtml =================================================================== --- app/views/news/new.rhtml (revision 1341) +++ app/views/news/new.rhtml (working copy) @@ -11,4 +11,8 @@ :with => "Form.serialize('news-form')" }, :accesskey => accesskey(:preview) %> <% end %> -
+
+<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %> +
Index: app/views/news/show.rhtml =================================================================== --- app/views/news/show.rhtml (revision 1341) +++ app/views/news/show.rhtml (working copy) @@ -22,13 +22,20 @@ }, :accesskey => accesskey(:preview) %> | <%= link_to l(:button_cancel), "#", :onclick => 'Element.hide("edit-news")' %> <% end %> -
+
+<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %>
+

<% unless @news.summary.blank? %><%=h @news.summary %>
<% end %> <%= authoring @news.created_on, @news.author %>

<%= textilizable(@news.description) %> +<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %>