mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 08:36:06 +10:00
Merge pull request #6022 from jvanbaarsen/issue-title-in-title
Added issue title to page title
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user