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-12-25 18:41:02 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-25 18:41:02 +0300
commitbd21e3d7319dce4600881f7f8677b28f3f55cc5e (patch)
tree64cc5e578ca90761b0a7f9e33eec17ce4203a098 /app/views/projects/show.html.haml
parent7d5b51f3877eb209e1215c1154a976bb079b930d (diff)
Add Open Graph data for group, project and commit.
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 7466a098e24..74ce005eaa2 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -1,3 +1,5 @@
+- page_description @project.description
+
= content_for :meta_tags do
- if current_user
= auto_discovery_link_tag(:atom, namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "#{@project.name} activity")