switch to dual-way arrow for links

This commit is contained in:
Jeff Atwood 2016-06-10 16:09:10 -07:00
parent a77f5a75a1
commit d1c5949922
2 changed files with 2 additions and 2 deletions
app/assets/javascripts/discourse/widgets
config/locales

View File

@ -22,7 +22,7 @@ export default createWidget('post-links', {
h('a.track-link', {
className: 'inbound',
attributes: { href: link.url }
}, [iconNode('arrow-left'), linkBody])
}, [iconNode('arrows-h'), 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-arrow-left'></i><p><span>{{username}}</span> {{description}}</p>"
linked: "<i title='linked post' class='fa fa-arrows-h'></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: