diff options
Diffstat (limited to 'app/views/repositories/diff.rhtml')
-rw-r--r-- | app/views/repositories/diff.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/repositories/diff.rhtml b/app/views/repositories/diff.rhtml index de6cdc50c..88c5f17a0 100644 --- a/app/views/repositories/diff.rhtml +++ b/app/views/repositories/diff.rhtml @@ -88,6 +88,8 @@ <% end %> <% end %> +<% html_title(with_leading_slash(@path), 'Diff') -%> + <% content_for :header_tags do %> <%= stylesheet_link_tag "scm" %> <% end %> |