Commit f84d015fa95448c6ee6a256cbea6c2ed011a289d

Authored by Dmitriy Zaporozhets
1 parent 17a9ecf8

Fix commit comment count css

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/views/projects/commit/_commit_box.html.haml
1 1 .pull-right
2 2 %div
3 3 - if @notes_count > 0
4   - %span.btn.disabled.grouped
  4 + %span.btn.disabled.btn-grouped
5 5 %i.icon-comment
6 6 = @notes_count
7 7 .pull-left.btn-group
... ...