Fixed this other /home/groups href by removing the extra slash

This commit is contained in:
Michael Abashian
2016-02-24 13:37:27 -05:00
parent e8b890ac45
commit c65d795b3b

View File

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