aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2018-08-31 04:10:17 +0000
committerkaniini <nenolod@gmail.com>2018-08-31 04:10:17 +0000
commit958acbab8d43b7514369f4bc69bc2fe0353eddf2 (patch)
tree9c7b9d868f4b1cf8f0e592cdd607999d5484a18c /src/components/notifications/notifications.vue
parent48391a45ba8924e20f280868bca78d77a32c3ddd (diff)
parent8c07e63f773a15119f3cf773c083fe3b76306c3f (diff)
Merge branch 'polish' into 'develop'
Another one of those MR that fixes many many small-to-medium things Closes #92, #75, #122, #52, #72, and #87 See merge request pleroma/pleroma-fe!324
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
index a0b0e5f5..7a4322f9 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -2,8 +2,10 @@
<div class="notifications">
<div class="panel panel-default">
<div class="panel-heading">
- <span class="unseen-count" v-if="unseenCount">{{unseenCount}}</span>
- <div class="title"> {{$t('notifications.notifications')}}</div>
+ <div class="title">
+ {{$t('notifications.notifications')}}
+ <span class="unseen-count" v-if="unseenCount">{{unseenCount}}</span>
+ </div>
<div @click.prevent class="loadmore-error alert error" v-if="error">
{{$t('timeline.error_fetching')}}
</div>