Removed InstallUpdate, instead manually triggering ApplicationUpdate.

This commit is contained in:
Taloth Saldono
2015-01-27 20:32:48 +01:00
parent 2f06cc6ffa
commit 071839fa86
7 changed files with 33 additions and 63 deletions
@@ -5,14 +5,17 @@
- {{ShortDate releaseDate}}
</span>
<span class="status">
{{#unless_eq branch compare="master"}}
<span class="label label-default">{{branch}}</span>
{{/unless_eq}}
{{#if installed}}
<span class="label label-success">Installed</span>
{{else}}
{{#if latest}}
{{#if installable}}
<span class="label label-default install-update x-install-update">Install</span>
<span class="label label-info install-update x-install-update">Install Latest</span>
{{else}}
<span class="label label-default label-disabled" title="Cannot install an older version">Install</span>
<span class="label label-info label-disabled" title="Cannot install an older version">Install Latest</span>
{{/if}}
{{/if}}
{{/if}}