Changeset 12074 for trunk/src/bp-templates/bp-nouveau/buddypress/common/js-templates/invites/index.php
- Timestamp:
- 05/10/2018 06:57:38 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/common/js-templates/invites/index.php
r12065 r12074 96 96 97 97 <script type="text/html" id="tmpl-bp-invites-selection"> 98 <a href="#uninvite-user-{{data.id}}" title="{{data.name}}">99 <img src="{{data.avatar}}" class="avatar" alt=" {{data.name}}"/>98 <a href="#uninvite-user-{{data.id}}" class="bp-tooltip" data-bp-tooltip="{{data.uninviteTooltip}}" aria-label="{{data.uninviteTooltip}}"> 99 <img src="{{data.avatar}}" class="avatar" alt=""/> 100 100 </a> 101 101 </script>
Note: See TracChangeset
for help on using the changeset viewer.