summaryrefslogtreecommitdiffstats
path: root/app/views/news
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/news')
-rw-r--r--app/views/news/show.rhtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml
index a55b56f0b..cc9fe1fbb 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 %>