Commit 753a2f17 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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

Added issue title to page title
parents 2c502524 b621c987
...@@ -153,7 +153,7 @@ module ProjectsHelper ...@@ -153,7 +153,7 @@ module ProjectsHelper
"#{@project.path}\/#{@path} at #{@ref} - " + title "#{@project.path}\/#{@path} at #{@ref} - " + title
elsif current_controller?(:issues) elsif current_controller?(:issues)
if current_action?(:show) if current_action?(:show)
"Issue ##{@issue.iid} - " + title "Issue ##{@issue.iid} - #{@issue.title} - " + title
else else
"Issues - " + title "Issues - " + title
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment