diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2019-10-08 16:49:03 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-10-08 16:49:03 +0300 |
| commit | 541a71c3a561e74d273c0b210bde70f4e0b31681 (patch) | |
| tree | 5a06decc988fb422c0431b4df270939d204fcc00 /src/App.vue | |
| parent | a26d55013779d7b41e4a4aa0dc2477a6926116ae (diff) | |
| parent | 122323f35c32a4f12a345a8b3f163e9318f5dea3 (diff) | |
Merge branch 'develop' into feature/following_reblogs
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue index 8d7f6c79..dbe842ec 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,6 +54,15 @@ /> </router-link> <a + v-if="currentUser && currentUser.role === 'admin'" + href="/pleroma/admin/#/login-pleroma" + class="mobile-hidden" + target="_blank" + ><i + class="button-icon icon-gauge nav-icon" + :title="$t('nav.administration')" + /></a> + <a v-if="currentUser" href="#" class="mobile-hidden" |
