Browse Source

fix(update-section): changed span to an interactive element

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
tags/v29.0.0beta1
Eduardo Morales 4 months ago
parent
commit
a671c517b0

+ 2
- 2
apps/updatenotification/src/components/UpdateNotification.vue View File

@@ -85,7 +85,7 @@
</template>
<template v-else>
{{ t('updatenotification', 'Your version is up to date.') }}
<span :title="lastCheckedOnString" :aria-label="lastCheckedOnString" class="icon-info svg" />
<a :title="lastCheckedOnString" :aria-label="lastCheckedOnString" href="https://nextcloud.com/changelog/" class="icon-info details" target="_blank"></a>
</template>

<template v-if="!isDefaultUpdateServerURL">
@@ -237,7 +237,7 @@ export default {
},

lastCheckedOnString() {
return t('updatenotification', 'Checked on {lastCheckedDate}', {
return t('updatenotification', 'Checked on {lastCheckedDate} - Open changelog', {
lastCheckedDate: this.lastCheckedDate,
})
},

+ 2
- 2
dist/updatenotification-updatenotification.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/updatenotification-updatenotification.js.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save