Fixed this /home/groups route. Having the extra slash before the query params was resulting in a redirect to the dashboard.

This commit is contained in:
Michael Abashian 2016-02-24 13:28:46 -05:00
parent 1de32b987f
commit e8b890ac45

View File

@ -11,7 +11,7 @@
<div class="StandardOut-detailsRow" ng-show="inventory_source_name">
<div class="StandardOut-detailsLabel">NAME</div>
<div class="StandardOut-detailsContent">
<a href="/#/home/groups/?id={{ group }}">
<a href="/#/home/groups?id={{ group }}">
{{ inventory_source_name }}
</a>
</div>