summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-01 10:17:32 +0100
committerPhil Hughes <me@iamphill.com>2016-06-08 10:11:44 +0100
commite5a83a9a94f7fbedb2fcce645248e1198dcf474f (patch)
treef368de6b4ab05b66fb9c1ae8527f181551384591 /app/views
parent6863444b7e7d71e6b50ed8ab09cda6f3e0117176 (diff)
downloadgitlab-ce-e5a83a9a94f7fbedb2fcce645248e1198dcf474f.tar.gz
Added short commit ID to mobile
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/commits/_commit.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index 66df5fe5e20..757f4e7e8e0 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -13,6 +13,9 @@
.commit-row-title
%span.item-title
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message"
+ %span.commit-row-message.visible-xs-inline
+ &middot;
+ = commit.short_id
- if commit.status
= render_commit_status(commit, cssclass: 'visible-xs-inline')
- if commit.description?