mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixes incorrect link on dashboard
This commit is contained in:
parent
e79260a0d4
commit
6ce2127d75
|
@ -348,7 +348,7 @@
|
||||||
</table>
|
</table>
|
||||||
</div> <!-- /.col -->
|
</div> <!-- /.col -->
|
||||||
<div class="col-md-12 text-center" style="padding-top: 10px;">
|
<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>
|
||||||
</div> <!-- /.row -->
|
</div> <!-- /.row -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue