summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commit.html.haml
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-01-14 16:05:47 +0100
committerRémy Coutable <remy@rymai.me>2016-01-14 16:05:47 +0100
commitd00725a17594bd4908d31397c6012b397ff1148d (patch)
tree89fe631c3daea495c53f62643058fe65f7b565ce /app/views/projects/commits/_commit.html.haml
parentb6ae2def2cb2b1da3ddcb3ceee556628a1147cc4 (diff)
downloadgitlab-ce-d00725a17594bd4908d31397c6012b397ff1148d.tar.gz
Fix alignment issues after a fix on titles weight
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..e4b54dedda8 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
+ .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 ...