Index: app/views/boards/edit.rhtml =================================================================== --- app/views/boards/edit.rhtml (revision 1341) +++ app/views/boards/edit.rhtml (working copy) @@ -4,3 +4,9 @@ <%= render :partial => 'form', :locals => {:f => f} %> <%= submit_tag l(:button_save) %> <% end %> + +
+<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %> +
\ No newline at end of file Index: app/views/boards/index.rhtml =================================================================== --- app/views/boards/index.rhtml (revision 1341) +++ app/views/boards/index.rhtml (working copy) @@ -37,4 +37,5 @@ <% content_for :header_tags do %> <%= auto_discovery_link_tag(:atom, {:controller => 'projects', :action => 'activity', :id => @project, :format => 'atom', :show_messages => 1, :key => User.current.rss_key}) %> + <%= stylesheet_link_tag 'scm' %> <% end %> Index: app/views/boards/new.rhtml =================================================================== --- app/views/boards/new.rhtml (revision 1341) +++ app/views/boards/new.rhtml (working copy) @@ -4,3 +4,9 @@ <%= render :partial => 'form', :locals => {:f => f} %> <%= submit_tag l(:button_create) %> <% end %> + +
+<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %> +
\ No newline at end of file Index: app/views/boards/show.rhtml =================================================================== --- app/views/boards/show.rhtml (revision 1341) +++ app/views/boards/show.rhtml (working copy) @@ -22,8 +22,12 @@ }, :accesskey => accesskey(:preview) %> | <%= link_to l(:button_cancel), "#", :onclick => 'Element.hide("add-message")' %>

<% end %> -
+
+<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %>
+

<%=h @board.name %>

@@ -57,3 +61,5 @@ <% else %>

<%= l(:label_no_data) %>

<% end %> + + Index: app/views/messages/edit.rhtml =================================================================== --- app/views/messages/edit.rhtml (revision 1341) +++ app/views/messages/edit.rhtml (working copy) @@ -11,4 +11,9 @@ :complete => "Element.scrollTo('preview')" }, :accesskey => accesskey(:preview) %> <% end %> -
+ +
+<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %> +
Index: app/views/messages/new.rhtml =================================================================== --- app/views/messages/new.rhtml (revision 1341) +++ app/views/messages/new.rhtml (working copy) @@ -12,4 +12,8 @@ }, :accesskey => accesskey(:preview) %> <% end %> -
+
+<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %> +
Index: app/views/messages/show.rhtml =================================================================== --- app/views/messages/show.rhtml (revision 1341) +++ app/views/messages/show.rhtml (working copy) @@ -12,6 +12,9 @@

<%= authoring @topic.created_on, @topic.author %>

<%= textilizable(@topic.content, :attachments => @topic.attachments) %> +<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %>
<%= link_to_attachments @topic.attachments, :no_author => true %> @@ -45,6 +48,12 @@ :complete => "Element.scrollTo('preview')" }, :accesskey => accesskey(:preview) %> <% end %> -
+ +
+<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %>
+ + <% end %>