Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-09-17 13:16:24 +0300
committerDouwe Maan <douwe@gitlab.com>2015-09-17 13:16:24 +0300
commitd89ae7df2cf02198570dddd80dfef60796b017b5 (patch)
tree1028ad42df5de354e9ab3e8472a17d379f10fd53 /app/views/projects/blob/_header_title.html.haml
parentf4816372457c3b513f8707efd87ce34c9922177c (diff)
Move project header title definition to view in question.
Diffstat (limited to 'app/views/projects/blob/_header_title.html.haml')
-rw-r--r--app/views/projects/blob/_header_title.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/blob/_header_title.html.haml b/app/views/projects/blob/_header_title.html.haml
new file mode 100644
index 00000000000..78c5ef20a5f
--- /dev/null
+++ b/app/views/projects/blob/_header_title.html.haml
@@ -0,0 +1 @@
+- header_title project_title(@project, "Files", project_files_path(@project))