aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorXiaofeng An <futureweb2020@yandex.com>2019-02-06 14:28:50 -0500
committerXiaofeng An <futureweb2020@yandex.com>2019-02-06 14:28:50 -0500
commite107ed8ddcc536ad4879e5aa243fc7ac35c1272c (patch)
tree9a103aa6bf6325f0266494162360ebe6727c84f1 /src/App.vue
parent460976c6e5b23f47d5520a99b3113825fc5dbda4 (diff)
parent6cca15bade6f3cf2a2586c8e7390e2bc988f5f6e (diff)
Merge branch 'develop' into feature/add-an-option-for-a-default-formatting
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index 082c6cb6..7541928f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -37,6 +37,11 @@
</div>
</div>
<div class="main">
+ <div v-if="!currentUser" class="login-hint panel panel-default">
+ <router-link :to="{ name: 'login' }" class="panel-body">
+ {{ $t("login.hint") }}
+ </router-link>
+ </div>
<transition name="fade">
<router-view></router-view>
</transition>