Added issue title to page title

* Fixes: #5966
This commit is contained in:
Jeroen van Baarsen 2014-01-10 20:31:44 +01:00
parent 3ce3c305eb
commit b621c987bd
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ module ProjectsHelper
"#{@project.path}\/#{@path} at #{@ref} - " + title
elsif current_controller?(:issues)
if current_action?(:show)
"Issue ##{@issue.iid} - " + title
"Issue ##{@issue.iid} - #{@issue.title} - " + title
else
"Issues - " + title
end