summaryrefslogtreecommitdiff
path: root/app/controllers/snippets_controller.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-02-13 14:31:42 +0100
committerDouwe Maan <douwe@gitlab.com>2015-02-13 14:31:51 +0100
commit34cc4c598232d2e27dcc99f5534dbe318e89cff9 (patch)
tree4b2d97db3837b57cca8461ae33f735c6dd1417f0 /app/controllers/snippets_controller.rb
parent529188e4788991961796b1b6131389072ee61efb (diff)
downloadgitlab-ce-34cc4c598232d2e27dcc99f5534dbe318e89cff9.tar.gz
Link head panel titles to relevant root page.
Diffstat (limited to 'app/controllers/snippets_controller.rb')
-rw-r--r--app/controllers/snippets_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/snippets_controller.rb b/app/controllers/snippets_controller.rb
index 1ed3bc388fb..6ac048e4b83 100644
--- a/app/controllers/snippets_controller.rb
+++ b/app/controllers/snippets_controller.rb
@@ -106,6 +106,7 @@ class SnippetsController < ApplicationController
def set_title
@title = 'Snippets'
+ @title_url = snippets_path
end
def snippet_params