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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-22 02:56:29 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-22 02:56:29 +0300
commit45bebd76d639e72aeb5b415a1f801659d8df8607 (patch)
tree3904b46c1c557396327bfc3d6b808c358f435b32 /app/views
parent6a1aa4763aa47c32ba6bd97e77d2bc0409dfdd6f (diff)
parent8a66a10c2a13463e5889bb1503bc84a300b13f6a (diff)
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/commit/_commit_box.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index e149f017f84..1d4658432ae 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -50,6 +50,13 @@
%span.js-details-content.hide
= commit_branches_links(@project, @branches)
+- if @tags.any?
+ .commit-info-row
+ %span.cgray
+ Tags:
+ %span
+ = commit_tags_links(@project, @tags)
+
.commit-box
%h3.commit-title
= gfm escape_once(@commit.title)