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/contribute.blade.php | |
parent | Root kinds on trainer page (diff) |
Several minor fixes
Diffstat (limited to 'resources/views/contribute.blade.php')
-rw-r--r-- | resources/views/contribute.blade.php | 4 |
1 files changed, 4 insertions, 0 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"> |