From 25aa7b827a7c1073b894baa801a6e8abbfd07e15 Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Mon, 2 May 2016 23:12:45 +0200 Subject: [PATCH] Fix certification from small screen --- www/templates/wot/view_identity.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/templates/wot/view_identity.html b/www/templates/wot/view_identity.html index 0c0a7755d..8b17994cc 100644 --- a/www/templates/wot/view_identity.html +++ b/www/templates/wot/view_identity.html @@ -63,7 +63,7 @@ </button> <button class="button button-fab button-fab-bottom-right button-assertive icon ion-ribbon-b visible-xs visible-sm" - ng-click="signIdentity()" + ng-click="certifyIdentity()" ng-if="hasSelf" style="bottom:78px;"> </button> -- GitLab