Add DoD ID tooltip to app member and portfolio member forms

This commit is contained in:
leigh-mil
2020-02-10 13:53:29 -05:00
parent aa35ef795b
commit e4e6c4d277
5 changed files with 12 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
{% macro Tooltip(message,title='Help', classes="") %}
<button type="button" tabindex="0" class="icon-tooltip {{classes}}" v-tooltip.top="{content: '{{message}}', container: false}">
<button type="button" tabindex="0" class="icon-tooltip {{classes}}" v-tooltip.top='{content: "{{message}}", container: false}'>
{{ Icon('question') }}<span>{{ title }}</span>
</button>