Merge pull request #12 from opi/master

Add 'no installed apps' warning.
This commit is contained in:
Alexis Gavoty 2014-01-27 05:36:15 -08:00
commit 4dc6f6ddf0

View file

@ -32,4 +32,12 @@
<p class="list-group-item-text">{{Description.en}}</p>
</a>
{{/Apps}}
{{^Apps}}
<div class="alert alert-warning">
<span class="glyphicon glyphicon-exclamation-sign"></span>
No installed apps.
</div>
{{/Apps}}
</div>