mirror of
https://github.com/Readarr/Readarr
synced 2025-12-31 04:36:15 +01:00
40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
<div class="update">
|
|
<fieldset>
|
|
<legend>{{version}}
|
|
<span class="date">
|
|
- {{ShortDate releaseDate}}
|
|
{{#if installed}}<i class="icon-ok" title="Installed"></i>{{/if}}
|
|
|
|
{{#if_windows}}
|
|
{{#if isUpgrade}}
|
|
<span class="label label-inverse install-update x-install-update">Install</span>
|
|
{{/if}}
|
|
{{else}}
|
|
{{#if isUpgrade}}
|
|
<span class="label label-inverse install-update">
|
|
<a href="https://github.com/NzbDrone/NzbDrone/wiki/Installation#linux">Install</a>
|
|
</span>
|
|
{{/if}}
|
|
{{/if_windows}}
|
|
</span>
|
|
</legend>
|
|
|
|
{{#with changes}}
|
|
{{#each new}}
|
|
<div class="change">
|
|
<span class="label label-success">New</span> {{this}}
|
|
</div>
|
|
{{/each}}
|
|
|
|
{{#each fixed}}
|
|
<div class="change">
|
|
<span class="label label-info">Fixed</span> {{this}}
|
|
</div>
|
|
{{/each}}
|
|
{{/with}}
|
|
|
|
{{#unless changes}}
|
|
Maintenance release
|
|
{{/unless}}
|
|
</fieldset>
|
|
</div>
|