Add reference to docs on doc site (#502)

This commit is contained in:
Nabeel S
2020-01-16 09:49:28 -05:00
committed by GitHub
parent b7b0ac0a73
commit fa01c61677
3 changed files with 11 additions and 2 deletions

View File

@@ -5,7 +5,8 @@
@if($cron_problem_exists)
<div class="alert alert-danger" role="alert">
There was a problem running the cron; make sure it's setup and check logs at
<span class="text-monospace bg-gradient-dark">storage/logs/cron.log</span>
<span class="text-monospace bg-gradient-dark">storage/logs/cron.log</span>.
<a href="{{ config('phpvms.docs.cron') }}" target="_blank">See the docs</a>
</div>
@endif

View File

@@ -14,7 +14,8 @@
@if($cron_problem_exists)
<div class="alert alert-danger" role="alert">
There was a problem running the cron; make sure it's setup and check logs at
<span class="text-monospace bg-gradient-dark">storage/logs/cron.log</span>
<span class="text-monospace bg-gradient-dark">storage/logs/cron.log</span>.
<a href="{{ config('phpvms.docs.cron') }}" target="_blank">See the docs</a>
</div>
@endif
</div>