mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Fixes incorrect link on dashboard
This commit is contained in:
parent
e79260a0d4
commit
6ce2127d75
|
@ -348,7 +348,7 @@
|
|||
</table>
|
||||
</div> <!-- /.col -->
|
||||
<div class="col-md-12 text-center" style="padding-top: 10px;">
|
||||
<a href="{{ route('reports/activity') }}" class="btn btn-primary btn-sm" style="width: 100%">View All</a>
|
||||
<a href="{{ route('categories.index') }}" class="btn btn-primary btn-sm" style="width: 100%">View All</a>
|
||||
</div>
|
||||
</div> <!-- /.row -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue