1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

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-detailsLabel">GROUP</div>
<div class="StandardOut-detailsContent">
<a href="/#/home/groups/?id={{ group }}">
<a href="/#/home/groups?id={{ group }}">
{{ inventory_source_name }}
</a>
</div>