diff options
author | Camil Staps <info@camilstaps.nl> | 2019-01-27 12:56:30 +0100 |
---|---|---|
committer | Camil Staps <info@camilstaps.nl> | 2019-08-07 20:49:14 +0200 |
commit | 91f574b820e03b4abb97a8351e420d1ef24e8505 (patch) | |
tree | 92c9a3211fd347363439f95322695b7be7cf1dc6 /app/views | |
parent | d03a4c9a07c1a1eebbb209514957abd3278bd602 (diff) | |
download | gitlab-ce-91f574b820e03b4abb97a8351e420d1ef24e8505.tar.gz |
Fix code style
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/starrers/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/starrers/index.html.haml b/app/views/projects/starrers/index.html.haml index 25de8b5afa9..ef1781e378c 100644 --- a/app/views/projects/starrers/index.html.haml +++ b/app/views/projects/starrers/index.html.haml @@ -25,5 +25,5 @@ - if @starrers.size > 0 .row.prepend-top-10 = render partial: 'starrer', collection: @starrers, as: :user --else +- else .nothing-here-block Nobody has starred this repository yet |