mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-25 22:59:10 -04:00
Fixed: A lot of small ui errors (e.g. More not showing) (Revert of #1959)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<fieldset>
|
||||
<legend>{{version}}
|
||||
<span class="date">
|
||||
- {{ ShortDate releaseDate}}
|
||||
- {{ShortDate releaseDate}}
|
||||
</span>
|
||||
<span class="status">
|
||||
{{#unless_eq branch compare="master"}}
|
||||
@@ -13,11 +13,9 @@
|
||||
{{else}}
|
||||
{{#if latest}}
|
||||
{{#if installable}}
|
||||
<span class="label label-info install-update x-install-update" title="Install the latest update.">Install latest</span>
|
||||
<span class="label label-info install-update x-install-update">Install Latest</span>
|
||||
{{else}}
|
||||
<span class="label label-info label-disabled" title="The version installed is newer than the branch you are currently on.">
|
||||
Install latest
|
||||
</span>
|
||||
<span class="label label-info label-disabled" title="Cannot install an older version">Install Latest</span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
@@ -39,7 +37,7 @@
|
||||
{{/with}}
|
||||
|
||||
{{#unless changes}}
|
||||
<span>Maintenance release</span>
|
||||
Maintenance release
|
||||
{{/unless}}
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user