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
+1 -1
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