Merge pull request #6022 from jvanbaarsen/issue-title-in-title

Added issue title to page title
This commit is contained in:
Dmitriy Zaporozhets 2014-01-11 07:10:23 -08:00
commit 753a2f17c2
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