diff options
Diffstat (limited to 'app/views/news')
-rw-r--r-- | app/views/news/show.rhtml | 4 |
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 %> |