From df2537a6cfcb009014e9515046a8e19de2ac32f5 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sun, 10 May 2020 11:03:08 +0200 Subject: [PATCH] Fix lints in app/views/public --- app/views/public/index.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/public/index.haml b/app/views/public/index.haml index c73a0c30..22647940 100644 --- a/app/views/public/index.haml +++ b/app/views/public/index.haml @@ -5,8 +5,8 @@ = render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @timeline_last_id - if @more_data_available - %button#load-more-btn.btn.btn-default{type: :button, data: { last_id: @timeline_last_id }} + %button.btn.btn-default#load-more-btn{ type: :button, data: { last_id: @timeline_last_id } } Load more -- provide(:title, generate_title("Public Timeline")) -- parent_layout "feed" +- provide(:title, generate_title('Public Timeline')) +- parent_layout 'feed'