Fix minor style issue for compare
This commit is contained in:
parent
92a619ad28
commit
b6568db1bc
|
@ -8,7 +8,8 @@
|
|||
|
||||
- if @commits.present?
|
||||
%div.ui-box
|
||||
%h5.small Commits (#{@commits.count})
|
||||
%h5.title
|
||||
Commits (#{@commits.count})
|
||||
%ul.well-list= render @commits
|
||||
|
||||
- unless @diffs.empty?
|
||||
|
|
Loading…
Reference in a new issue