From f754d804839a8638830edb42f3d087fe2a416085 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Mon, 11 Sep 2023 11:34:03 +0200 Subject: [PATCH] Never show declined nominees MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mörkläggningsfix --- resources/views/welcome.blade.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 2861676..0ac9105 100755 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -34,10 +34,6 @@ {!! Form::checkbox('', '', false, ['class' => 'hidebox-a', 'id' => 'hide-declined-a']) !!} -
- {!! Form::checkbox('', '', false, ['class' => 'hidebox-b', 'id' => 'hide-declined-b']) !!} - -
{!! Form::checkbox('', '', false, ['class' => 'hidebox-c', 'id' => 'hide-declined-c']) !!} @@ -79,6 +75,7 @@ @if($election->nominees($position)->count() > 0) @else