Commit e5a83a9a authored by Phil Hughes's avatar Phil Hughes

Added short commit ID to mobile

parent 6863444b
...@@ -34,10 +34,6 @@ ...@@ -34,10 +34,6 @@
.commit-row-message { .commit-row-message {
color: $gl-dark-link-color; color: $gl-dark-link-color;
&:hover {
text-decoration: underline;
}
} }
.text-expander { .text-expander {
......
...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
.commit-row-title .commit-row-title
%span.item-title %span.item-title
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message" = 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 - if commit.status
= render_commit_status(commit, cssclass: 'visible-xs-inline') = render_commit_status(commit, cssclass: 'visible-xs-inline')
- if commit.description? - if commit.description?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment