From: Ondřej Hruška Date: Wed, 11 Oct 2017 20:02:24 +0000 (+0200) Subject: Fix our media gallery not having alt text and tooltips X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=eeaa8fba43d40e9ecaf6c16c5989c8ead89b4935;p=mastodon.git Fix our media gallery not having alt text and tooltips --- diff --git a/app/javascript/glitch/components/status/gallery/item.js b/app/javascript/glitch/components/status/gallery/item.js index ab4aab8dc..7fcc14377 100644 --- a/app/javascript/glitch/components/status/gallery/item.js +++ b/app/javascript/glitch/components/status/gallery/item.js @@ -117,7 +117,13 @@ export default class StatusGalleryItem extends React.PureComponent { onClick={this.handleClick} target='_blank' > - + {attachment.get('description')} ); } else if (attachment.get('type') === 'gifv') {