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