From 183478a12b7eb24b6433f4e6d5f3205198a095d9 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 6 Sep 2016 21:22:35 +0200 Subject: Several minor interface improvements --- resources/views/trainer.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/views/trainer.blade.php') diff --git a/resources/views/trainer.blade.php b/resources/views/trainer.blade.php index c4452f6..02d9964 100644 --- a/resources/views/trainer.blade.php +++ b/resources/views/trainer.blade.php @@ -28,10 +28,10 @@ use HebrewParseTrainer\Tense;

Roots

- @foreach (Root::orderBy('root_kind_id')->get() as $root) @if ($root->verbs()->where('active', 1)->count() > 0) - + @endif @endforeach -- cgit v1.2.3