add glyph to remove invite button

This commit is contained in:
Jeff Atwood 2014-06-14 16:13:17 -07:00
parent b1fb9f3d81
commit 30ee16a72b
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
{{#if invite.rescinded}}
{{i18n user.invited.rescinded}}
{{else}}
<button class='btn' {{action rescind invite}}>{{i18n user.invited.rescind}}</button>
<button class='btn' {{action rescind invite}}><i class="fa fa-times"></i>{{i18n user.invited.rescind}}</button>
{{/if}}
</td>
{{/if}}

View File

@ -411,7 +411,7 @@ en:
topics_entered: "Topics Viewed"
posts_read_count: "Posts Read"
expired: "This invite has expired."
rescind: "Remove Invitation"
rescind: "Remove"
rescinded: "Invite removed"
time_read: "Read Time"
days_visited: "Days Visited"