Merge pull request #4677 from rooftopcellist/fix_hover_help

Fix hover-over help text for subscriptions
This commit is contained in:
Christian Adams
2020-11-10 09:56:08 -05:00
committed by GitHub

View File

@@ -112,7 +112,7 @@
<div class="License-subTitleText"> <div class="License-subTitleText">
<span class="Form-requiredAsterisk">*</span> <span class="Form-requiredAsterisk">*</span>
<translate>Red Hat Subscription Manifest</translate> <translate>Red Hat Subscription Manifest</translate>
<a aria-label="{{'Show help text' | translate}}" id="subscription-manifest-popover" href="" aw-pop-over="A subscription manifest is an export of a Red Hat Subscription. To generate a subscription manifest, go to <a href=https://access.redhat.com/management/subscription_allocations target=_blank>access.redhat.com</a>.<br>For more information, see the <a href=https://docs.ansible.com/ansible-tower/latest/html/userguide/import_license.html>User Guide</a>.</translate>" data-placement="top" data-container="body" over-title="Subscription Manifest" class="help-link"> <a aria-label="{{'Show help text' | translate}}" id="subscription-manifest-popover" href="" aw-pop-over="{{'A subscription manifest is an export of a Red Hat Subscription. To generate a subscription manifest, go to <a href=https://access.redhat.com/management/subscription_allocations target=_blank>access.redhat.com</a>.<br>For more information, see the <a href=https://docs.ansible.com/ansible-tower/latest/html/userguide/import_license.html>User Guide</a>.' | translate}}" data-placement="top" data-container="body" over-title="Subscription Manifest" class="help-link">
<i class="fa fa-question-circle"></i> <i class="fa fa-question-circle"></i>
</a> </a>
</div> </div>