From d0b26dd01e13dfd3ef80eb7a03a576a4894daf0c Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 6 Sep 2016 00:57:34 +0200 Subject: Top contributors on train page --- resources/views/trainer.blade.php | 22 ++++++++++++++++++++++ resources/views/user/create.blade.php | 8 +++++--- resources/views/user/top.blade.php | 10 ++++++++-- 3 files changed, 35 insertions(+), 5 deletions(-) (limited to 'resources/views') diff --git a/resources/views/trainer.blade.php b/resources/views/trainer.blade.php index 861b28f..5085104 100644 --- a/resources/views/trainer.blade.php +++ b/resources/views/trainer.blade.php @@ -66,6 +66,28 @@ use HebrewParseTrainer\Tense; +
If this app is useful to you, please consider contributing by adding more verbs to the database!
+ @if(!Auth::check()) + Sign up + or login + @endif +