summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps <info@camilstaps.nl>2019-01-27 12:56:30 +0100
committerCamil Staps <info@camilstaps.nl>2019-08-07 20:49:14 +0200
commit91f574b820e03b4abb97a8351e420d1ef24e8505 (patch)
tree92c9a3211fd347363439f95322695b7be7cf1dc6
parentd03a4c9a07c1a1eebbb209514957abd3278bd602 (diff)
downloadgitlab-ce-91f574b820e03b4abb97a8351e420d1ef24e8505.tar.gz
Fix code style
-rw-r--r--app/views/projects/starrers/index.html.haml2
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