UX: use link icon for linked posts ;) FINAL DECISION

This commit is contained in:
Jeff Atwood 2016-06-10 22:50:49 -07:00
parent d1c5949922
commit 176d9e4863
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ export default createWidget('post-links', {
h('a.track-link', {
className: 'inbound',
attributes: { href: link.url }
}, [iconNode('arrows-h'), linkBody])
}, [iconNode('link'), linkBody])
);
},

View file

@ -1083,7 +1083,7 @@ en:
invited_to_topic: "<i title='invited to topic' class='fa fa-hand-o-right'></i><p><span>{{username}}</span> {{description}}</p>"
invitee_accepted: "<i title='accepted your invitation' class='fa fa-user'></i><p><span>{{username}}</span> accepted your invitation</p>"
moved_post: "<i title='moved post' class='fa fa-sign-out'></i><p><span>{{username}}</span> moved {{description}}</p>"
linked: "<i title='linked post' class='fa fa-arrows-h'></i><p><span>{{username}}</span> {{description}}</p>"
linked: "<i title='linked post' class='fa fa-link'></i><p><span>{{username}}</span> {{description}}</p>"
granted_badge: "<i title='badge granted' class='fa fa-certificate'></i><p>Earned '{{description}}'</p>"
group_message_summary: