summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/show.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-25 16:41:02 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-25 16:41:02 +0100
commitbd21e3d7319dce4600881f7f8677b28f3f55cc5e (patch)
tree64cc5e578ca90761b0a7f9e33eec17ce4203a098 /app/views/projects/commit/show.html.haml
parent7d5b51f3877eb209e1215c1154a976bb079b930d (diff)
downloadgitlab-ce-bd21e3d7319dce4600881f7f8677b28f3f55cc5e.tar.gz
Add Open Graph data for group, project and commit.
Diffstat (limited to 'app/views/projects/commit/show.html.haml')
-rw-r--r--app/views/projects/commit/show.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/commit/show.html.haml b/app/views/projects/commit/show.html.haml
index 069b8b1f169..58aa45e8d2c 100644
--- a/app/views/projects/commit/show.html.haml
+++ b/app/views/projects/commit/show.html.haml
@@ -1,4 +1,6 @@
-- page_title "#{@commit.title} (#{@commit.short_id})", "Commits"
+- page_title "#{@commit.title} (#{@commit.short_id})", "Commits"
+- page_description @commit.description
+
= render "projects/commits/header_title"
= render "commit_box"
- if @ci_commit