From bc4faca83e5844e757db0bddfc8570b8aeffcdc5 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Thu, 9 Nov 2017 16:10:38 +0100 Subject: [PATCH] [enh] view certifications : add ion-refresher --- www/templates/wot/view_certifications.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/templates/wot/view_certifications.html b/www/templates/wot/view_certifications.html index 1e77ae04..609d29d1 100644 --- a/www/templates/wot/view_certifications.html +++ b/www/templates/wot/view_certifications.html @@ -7,15 +7,16 @@ </ion-nav-title> <ion-nav-buttons side="secondary"> - <button class="button button-icon button-clear icon ion-loop visible-xs visible-sm" ng-click="doUpdate()"> - </button> - <!-- Allow extension here --> <cs-extension-point name="nav-buttons"></cs-extension-point> </ion-nav-buttons> <ion-content class="certifications certifications-lg"> + <ion-refresher pulling-text="{{'COMMON.BTN_REFRESH' | translate}}" + on-refresh="doUpdate()"> + </ion-refresher> + <!-- Buttons bar --> <div class="hidden-xs hidden-sm text-center padding"> <button class="button button-stable button-small-padding icon ion-loop ink" -- GitLab