diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss index f6ba82a..51a307e 100644 --- a/app/assets/stylesheets/sections/commits.scss +++ b/app/assets/stylesheets/sections/commits.scss @@ -348,7 +348,7 @@ .notes_count { float: right; - margin: -6px 8px 6px; + margin-right: 10px; } code { diff --git a/app/views/commits/_commit.html.haml b/app/views/commits/_commit.html.haml index 65d9203..eba6c20 100644 --- a/app/views/commits/_commit.html.haml +++ b/app/views/commits/_commit.html.haml @@ -16,6 +16,6 @@ %span.notes_count - notes = @project.notes.for_commit_id(commit.id) - if notes.any? - %span.btn.disabled.grouped + %span.badge.badge-info %i.icon-comment = notes.count -- libgit2 0.21.2