diff options
author | Camil Staps | 2016-09-06 00:34:16 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-06 00:34:16 +0200 |
commit | 1ceb3d72a20131828c3593fe39b1c63e4be2d7d1 (patch) | |
tree | abe2c2cb8fb1c84f7236e98001656cf938cdf356 /resources/views | |
parent | Root kinds on trainer page (diff) |
Several minor fixes
Diffstat (limited to 'resources/views')
-rw-r--r-- | resources/views/contribute.blade.php | 4 | ||||
-rw-r--r-- | resources/views/layouts/master.blade.php | 2 | ||||
-rw-r--r-- | resources/views/mails/user/create.blade.php | 2 |
3 files changed, 6 insertions, 2 deletions
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 @@ <li>The <em>vote weight</em> is dependent on the number of points a user has.</li> </ul> +<p> + If you have any questions, please write me at <a href="mailto:info@camilstaps.nl">info@camilstaps.nl</a>. +</p> + @if(Auth::check()) <hr/> <div class="row"> 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 </ul> </nav> - <h2 class="text-muted">ParseTrainer</h2> + <h2 class="text-muted"><a href="{{ env('APP_URL') }}">ParseTrainer</a></h2> </div> @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') }}. |