diff --git a/src/web/app/mobile/tags/notifications.tag b/src/web/app/mobile/tags/notifications.tag deleted file mode 100644 index 8a1482aca2..0000000000 --- a/src/web/app/mobile/tags/notifications.tag +++ /dev/null @@ -1,164 +0,0 @@ - - - - - %fa:angle-up%{ notification._datetext }%fa:angle-down%{ notifications[i + 1]._datetext } - - - - %fa:spinner .pulse .fw%{ fetchingMoreNotifications ? '%i18n:common.loading%' : '%i18n:mobile.tags.mk-notifications.more%' } - - %i18n:mobile.tags.mk-notifications.empty% - %fa:spinner .pulse .fw%%i18n:common.loading% - - - diff --git a/src/web/app/mobile/views/components/notification.vue b/src/web/app/mobile/views/components/notification.vue index dca6729411..1b46087240 100644 --- a/src/web/app/mobile/views/components/notification.vue +++ b/src/web/app/mobile/views/components/notification.vue @@ -114,7 +114,6 @@ export default Vue.extend({ }); -
%fa:angle-up%{ notification._datetext }%fa:angle-down%{ notifications[i + 1]._datetext }
%i18n:mobile.tags.mk-notifications.empty%
%fa:spinner .pulse .fw%%i18n:common.loading%