From 91f574b820e03b4abb97a8351e420d1ef24e8505 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 27 Jan 2019 12:56:30 +0100 Subject: Fix code style --- app/views/projects/starrers/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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 -- cgit v1.2.1