Skip to content

Commit

Permalink
Add link to releases (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsiosanchez authored Apr 9, 2021
1 parent 2f7eedb commit 2c67d04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/views/documentation/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<span>
<b> {{ releasesLabel }} </b>
</span>
<a target="_blank" :href="releases">
<a target="_blank" :href="linkReleases">
<svg-icon icon-class="link" />
</a>
</div>
Expand Down Expand Up @@ -127,6 +127,9 @@ export default {
activeListReleases() {
const active = this.releasesList.findIndex(releases => this.releaseNotes.title === releases.title)
return active
},
linkReleases() {
return this.readmeRepositoryGithub.href + '/releases'
}
},
created() {
Expand Down

0 comments on commit 2c67d04

Please sign in to comment.