summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commit.html.haml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-15 15:23:16 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-01-15 15:23:16 -0500
commitafda483595e6e0abae28ac397bb6dbf6b25a5acb (patch)
tree4bd48d9cfacb1691c7d66cb4cb42faf7ad282747 /app/views/projects/commits/_commit.html.haml
parent894cb7df0cdc15d6e67927abff657f938a993c3d (diff)
parentd04eadf822fc2513731dead7cd823ec5cd94a7ee (diff)
downloadgitlab-ce-afda483595e6e0abae28ac397bb6dbf6b25a5acb.tar.gz
Merge branch 'master' into 8-4-stable
Diffstat (limited to 'app/views/projects/commits/_commit.html.haml')
-rw-r--r--app/views/projects/commits/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index 4d4b410ee29..7f2903589a9 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -11,7 +11,7 @@
= cache(cache_key) do
%li.commit.js-toggle-container{ id: "commit-#{commit.short_id}" }
.commit-row-title
- .commit-title.str-truncated
+ %span.item-title.str-truncated
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message"
- if commit.description?
%a.text-expander.js-toggle-button ...