54:bb83c44ae4ac
Anton Shestakov <av6@dwimlabs.net>, 2016-03-27
contacts: show authorize/unauthorize buttons for new contacts

next change 55:8959cd40c75d
previous change 53:efe3afb026a6

index.html

Other formats: Feeds:
Inserted Replaced Deleted
53:efe3afb026a6 54:bb83c44ae4ac
<div class="uk-text-nowrap"> <div class="uk-text-nowrap">
<span rv-text="model:status"></span> <span rv-text="model:status"></span>
<span rv-hide="model:type | eq 'self'" rv-text="model:chatstate | only 'composing'"></span> <span rv-hide="model:type | eq 'self'" rv-text="model:chatstate | only 'composing'"></span>
</div> </div>
</div> </div>
<div class="uk-text-center">
<button type="button" class="uk-button uk-button-success" data-authorize rv-if="model:d/actions | has 'authorize'">
<i class="uk-icon-plus"></i> Authorize
</button>
<button type="button" class="uk-button uk-button-danger" data-unauthorize rv-if="model:d/actions | has 'unauthorize'">
<i class="uk-icon-times"></i> Decline
</button>
</div>
</script> </script>
<script src='/js/tram.js'></script> <script src='/js/tram.js'></script>
<script src='/js/rivets.js'></script> <script src='/js/rivets.js'></script>
<script src='/js/xmpp.js'></script> <script src='/js/xmpp.js'></script>
<script src='/js/contacts.js'></script> <script src='/js/contacts.js'></script>