Commit b621c987bdb171dee4fd177f973d026b13c6db3e

Authored by Jeroen van Baarsen
1 parent 3ce3c305

Added issue title to page title

* Fixes: #5966
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/projects_helper.rb
@@ -153,7 +153,7 @@ module ProjectsHelper @@ -153,7 +153,7 @@ module ProjectsHelper
153 "#{@project.path}\/#{@path} at #{@ref} - " + title 153 "#{@project.path}\/#{@path} at #{@ref} - " + title
154 elsif current_controller?(:issues) 154 elsif current_controller?(:issues)
155 if current_action?(:show) 155 if current_action?(:show)
156 - "Issue ##{@issue.iid} - " + title 156 + "Issue ##{@issue.iid} - #{@issue.title} - " + title
157 else 157 else
158 "Issues - " + title 158 "Issues - " + title
159 end 159 end