Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorCamil Staps <info@camilstaps.nl>2019-01-27 14:56:30 +0300
committerCamil Staps <info@camilstaps.nl>2019-08-07 21:49:14 +0300
commit91f574b820e03b4abb97a8351e420d1ef24e8505 (patch)
tree92c9a3211fd347363439f95322695b7be7cf1dc6 /app/views
parentd03a4c9a07c1a1eebbb209514957abd3278bd602 (diff)
Fix code style
Diffstat (limited to 'app/views')
-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