mirror of https://github.com/zulip/zulip.git
topic links: Add tooltip explaining link.
We show the text, which is either the linkifier label or the URL (depending what generated the topic link). For the desktop app at least, we probably as a follow-up want to also show the URL. (Though maybe it'd be better to just make the desktop app display the URL).
This commit is contained in:
parent
578f93b2f3
commit
739fcfb5aa
|
@ -33,7 +33,7 @@
|
|||
{{! exterior links (e.g. to a trac ticket) }}
|
||||
{{#each topic_links}}
|
||||
<a href="{{this.url}}" target="_blank" rel="noopener noreferrer" class="no-underline">
|
||||
<i class="fa fa-external-link-square recipient_bar_icon" aria-label="{{t 'External link' }}"></i>
|
||||
<i class="fa fa-external-link-square recipient_bar_icon" data-tippy-content="Open {{this.text}}" aria-label="{{t 'External link' }}"></i>
|
||||
</a>
|
||||
{{/each}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue