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
path: root/app/views
diff options
context:
space:
mode:
authorubudzisz <ubudzisz@gmail.com>2016-07-07 12:02:57 +0300
committerubudzisz <ubudzisz@gmail.com>2016-07-18 13:39:24 +0300
commitd61b4aa5dfce8d14e3db574d3c67b2f506d333b2 (patch)
tree9a67adbb70565025d5ead77bab9ea3c4f15c0333 /app/views
parent2556d6d34761b6cfc4a81cfcb8f9c4a2fea114dc (diff)
render only commit title
update CHANGELOG
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/builds/_sidebar.html.haml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/projects/builds/_sidebar.html.haml b/app/views/projects/builds/_sidebar.html.haml
index cab21f0cf19..00e7ca757aa 100644
--- a/app/views/projects/builds/_sidebar.html.haml
+++ b/app/views/projects/builds/_sidebar.html.haml
@@ -94,9 +94,11 @@
.block
.title
- Commit message
- %p.build-light-text.append-bottom-0
- #{@build.pipeline.git_commit_message}
+ Commit title
+ %p.build-light-text.append-bottom-
+ #{@build.pipeline.commit.title}
+
+
- if @build.tags.any?
.block