diff options
-rw-r--r-- | app/views/documents/show.rhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/documents/show.rhtml b/app/views/documents/show.rhtml index 4d18a7791..63e321013 100644 --- a/app/views/documents/show.rhtml +++ b/app/views/documents/show.rhtml @@ -26,3 +26,7 @@ <% end %> <% html_title @document.title -%> + +<% content_for :header_tags do %> + <%= stylesheet_link_tag 'scm' %> +<% end %> |