- technical manual as start dashboard site

- link to manual in create-step1.blade.php
- delete old folder /public/img/*
This commit is contained in:
Arno Kaimbacher 2020-04-24 11:14:13 +02:00
parent c293fcca9f
commit 082cab1d4f
8 changed files with 30 additions and 79 deletions

View file

@ -43,9 +43,9 @@
<li class="pure-menu-item {{ Route::is('settings.dashboard') ? 'active' : '' }}">
<a href="{{ route('settings.dashboard') }}">
<a class="pure-menu-link" href="{{ route('settings.dashboard') }}">
<i class="fa fa-tachometer-alt"></i>
<span>Reports</span>
<span>Manual</span>
</a>
</li>