Fixes incorrect link on dashboard

This commit is contained in:
snipe 2017-07-08 13:36:06 -07:00
parent e79260a0d4
commit 6ce2127d75

View file

@ -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 -->