aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/css/hebrewparsetrainer.css5
-rw-r--r--resources/views/contribute.blade.php4
-rw-r--r--resources/views/layouts/master.blade.php2
-rw-r--r--resources/views/mails/user/create.blade.php2
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 @@
<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') }}.