Added short commit ID to mobile

This commit is contained in:
Phil Hughes
2016-06-08 10:11:44 +01:00
parent 6863444b7e
commit e5a83a9a94
2 changed files with 3 additions and 4 deletions
@@ -34,10 +34,6 @@
.commit-row-message {
color: $gl-dark-link-color;
&:hover {
text-decoration: underline;
}
}
.text-expander {
@@ -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
·
= commit.short_id
- if commit.status
= render_commit_status(commit, cssclass: 'visible-xs-inline')
- if commit.description?