Fix code style
This commit is contained in:
parent
d03a4c9a07
commit
91f574b820
1 changed files with 1 additions and 1 deletions
|
@ -25,5 +25,5 @@
|
||||||
- if @starrers.size > 0
|
- if @starrers.size > 0
|
||||||
.row.prepend-top-10
|
.row.prepend-top-10
|
||||||
= render partial: 'starrer', collection: @starrers, as: :user
|
= render partial: 'starrer', collection: @starrers, as: :user
|
||||||
-else
|
- else
|
||||||
.nothing-here-block Nobody has starred this repository yet
|
.nothing-here-block Nobody has starred this repository yet
|
||||||
|
|
Loading…
Reference in a new issue