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>2016-01-06 15:02:51 +0300
committerDouwe Maan <douwe@gitlab.com>2016-01-06 15:02:51 +0300
commit384445eca6249363c0da6d8b96e7ee030dc6fab3 (patch)
treec4eedd06e7487a6d5ba68b7e9ce6973b8d85e7f3 /app/views/layouts/_head.html.haml
parent6d3b5ea2a9611dc7d87bd48043f34f9e0930e052 (diff)
Don't override issue page description in project layout.
Diffstat (limited to 'app/views/layouts/_head.html.haml')
-rw-r--r--app/views/layouts/_head.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index 1a2187e551b..38ca4f91c4d 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -1,3 +1,5 @@
+- page_description brand_title unless page_description
+
- site_name = "GitLab"
%head{prefix: "og: http://ogp.me/ns#"}
%meta{charset: "utf-8"}