From 1ceb3d72a20131828c3593fe39b1c63e4be2d7d1 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 6 Sep 2016 00:34:16 +0200 Subject: Several minor fixes --- public/css/hebrewparsetrainer.css | 5 +++++ resources/views/contribute.blade.php | 4 ++++ resources/views/layouts/master.blade.php | 2 +- resources/views/mails/user/create.blade.php | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/public/css/hebrewparsetrainer.css b/public/css/hebrewparsetrainer.css index 6e35fe8..99af6f0 100644 --- a/public/css/hebrewparsetrainer.css +++ b/public/css/hebrewparsetrainer.css @@ -33,6 +33,11 @@ body { margin-bottom: 30px; } +.header h2 a { + color: inherit !important; + text-decoration: none !important; +} + .suggestions td { vertical-align: middle !important; } diff --git a/resources/views/contribute.blade.php b/resources/views/contribute.blade.php index dd90e77..226131b 100644 --- a/resources/views/contribute.blade.php +++ b/resources/views/contribute.blade.php @@ -20,6 +20,10 @@
  • The vote weight is dependent on the number of points a user has.
  • +

    + If you have any questions, please write me at info@camilstaps.nl. +

    + @if(Auth::check())
    diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php index ad8056d..095fee9 100644 --- a/resources/views/layouts/master.blade.php +++ b/resources/views/layouts/master.blade.php @@ -52,7 +52,7 @@ if (Auth::check()) { @endforeach -

    ParseTrainer

    +

    ParseTrainer

    @yield('master-content') diff --git a/resources/views/mails/user/create.blade.php b/resources/views/mails/user/create.blade.php index 721ca4f..4094dfd 100644 --- a/resources/views/mails/user/create.blade.php +++ b/resources/views/mails/user/create.blade.php @@ -2,7 +2,7 @@ Dear {{ $user->name }}, Thank you for creating an account at the Hebrew Parse Trainer. -You can now login at {{ URL::to('/admin') }}, using your email address and password. +You can now login at {{ URL::to('/contribute?login=yes') }}, using your email address and password. If you need any help, you can reach us at {{ env('MAIL_FROM_ADDRESS') }}. -- cgit v1.2.3