Commit b621c987 authored by Jeroen van Baarsen's avatar Jeroen van Baarsen

Added issue title to page title

* Fixes: #5966
parent 3ce3c305
......@@ -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
......
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