Download:
child 311:92604a9856ea
parent 309:f8c525ff01cd
310:60bebb57e234
Anton Shestakov <av6@dwimlabs.net>, Mon, 02 Jul 2018 13:36:16 +0800
index: rename model to contact, follow-up for 01439ae590ed

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
index.html file | annotate | diff | comparison | revisions
--- a/index.html Mon Jul 02 13:33:50 2018 +0800
+++ b/index.html Mon Jul 02 13:36:16 2018 +0800
@@ -318,7 +318,7 @@
<button type="button" class="uk-button uk-button-success" data-authorize rv-if="contact: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'">
+ <button type="button" class="uk-button uk-button-danger" data-unauthorize rv-if="contact:d/actions | has 'unauthorize'">
<i class="uk-icon-times"></i> Decline
</button>
</div>