aboutsummaryrefslogtreecommitdiff
path: root/resources/views/trainer.blade.php
diff options
context:
space:
mode:
authorCamil Staps2016-09-25 23:56:46 +0200
committerCamil Staps2016-09-26 01:02:05 +0200
commit33ad0c14d168d36a4e7ad42dc6aa6a37a7335849 (patch)
tree0543b7d92f7f0b7706f4313ba10b18483f747798 /resources/views/trainer.blade.php
parentAdded unique visitors to statistics (diff)
Change from lumen 5.2 to laravel 5.3 (Resolves #1)
Diffstat (limited to 'resources/views/trainer.blade.php')
-rw-r--r--resources/views/trainer.blade.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/views/trainer.blade.php b/resources/views/trainer.blade.php
index 02d9964..f03254a 100644
--- a/resources/views/trainer.blade.php
+++ b/resources/views/trainer.blade.php
@@ -82,10 +82,10 @@ use HebrewParseTrainer\Tense;
<h3 class="panel-title">Contribute!</h3>
</div>
<div class="panel-body">
- <p>If this app is useful to you, please consider <a href="{{ env('APP_URL') }}contribute">contributing</a> by adding more verbs to the database!</p>
+ <p>If this app is useful to you, please consider <a href="{{ url('/contribute') }}">contributing</a> by adding more verbs to the database!</p>
@if(!Auth::check())
- <a class="btn btn-success" href="{{ env('APP_URL') }}user/create">Sign up</a>
- or <a href="{{ env('APP_URL') }}contribute?login=yes">login</a>
+ <a class="btn btn-success" href="{{ url('/register') }}">Sign up</a>
+ or <a href="{{ url('/login') }}">login</a>
@endif
</div>
</div>