diff options
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"> | 
