diff options
Diffstat (limited to 'app/views/repositories/show.rhtml')
-rw-r--r-- | app/views/repositories/show.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/repositories/show.rhtml b/app/views/repositories/show.rhtml index c9f44d575..9fb45514d 100644 --- a/app/views/repositories/show.rhtml +++ b/app/views/repositories/show.rhtml @@ -21,3 +21,5 @@ <% content_for :header_tags do %> <%= stylesheet_link_tag "scm" %> <% end %> + +<% set_html_title l(:label_repository) -%> |