mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Add release notes link on updates. (close #17)
This commit is contained in:
parent
83dcbb276d
commit
0db3c77f77
2 changed files with 9 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
</td>
|
||||
<td class="package-version-parent">
|
||||
<span class="package-version" data-bind="text: version"></span>
|
||||
<div data-bind="if: release_notes">
|
||||
<nobr>
|
||||
<a data-bind="attr: {href: release_notes}" target="_blank">release notes</a>
|
||||
</nobr>
|
||||
</div>
|
||||
</td>
|
||||
<td class="package-release-parent">
|
||||
<span class="package-release" data-bind="text: release"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue