|
@@ -50,13 +50,13 @@
|
|
@touchmove.stop="notificationsTouchMove"
|
|
@touchmove.stop="notificationsTouchMove"
|
|
>
|
|
>
|
|
<div class="panel-heading mobile-notifications-header">
|
|
<div class="panel-heading mobile-notifications-header">
|
|
- <span class="title">
|
|
|
|
|
|
+ <h1 class="title">
|
|
{{ $t('notifications.notifications') }}
|
|
{{ $t('notifications.notifications') }}
|
|
<span
|
|
<span
|
|
v-if="unseenCountBadgeText"
|
|
v-if="unseenCountBadgeText"
|
|
class="badge -notification unseen-count"
|
|
class="badge -notification unseen-count"
|
|
>{{ unseenCountBadgeText }}</span>
|
|
>{{ unseenCountBadgeText }}</span>
|
|
- </span>
|
|
|
|
|
|
+ </h1>
|
|
<span class="spacer" />
|
|
<span class="spacer" />
|
|
<button
|
|
<button
|
|
v-if="notificationsAtTop"
|
|
v-if="notificationsAtTop"
|