Fixed: A lot of small ui errors (e.g. More not showing) (Revert of #1959)

This commit is contained in:
Leonardo Galli
2017-08-24 07:57:31 +02:00
parent 38af8edd59
commit a5823bb15f
246 changed files with 2679 additions and 2276 deletions
@@ -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>