mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 06:30:53 +03:00
added title to download link
This commit is contained in:
@@ -180,6 +180,7 @@ module.exports = function(state, emit, archive) {
|
|||||||
<a
|
<a
|
||||||
class="flex items-baseline text-blue-dark hover:text-blue-darker focus:text-blue-darker"
|
class="flex items-baseline text-blue-dark hover:text-blue-darker focus:text-blue-darker"
|
||||||
href="${archive.url}"
|
href="${archive.url}"
|
||||||
|
title="${state.translate('downloadButtonLabel')}"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<img src="${assets.get('dl.svg')}" class="mr-2" />
|
<img src="${assets.get('dl.svg')}" class="mr-2" />
|
||||||
|
|||||||
Reference in New Issue
Block a user