Skip to content
Snippets Groups Projects
Commit a40d1eb3 authored by Xiaofeng An's avatar Xiaofeng An
Browse files

remove unnecessary div

parent f512ee2c
No related branches found
No related tags found
No related merge requests found
......@@ -38,11 +38,9 @@
</div>
<div class="main">
<div v-if="!currentUser" class="login-hint panel panel-default">
<div class="panel-body">
<router-link :to="{ name: 'login' }">
{{ $t("login.hint") }}
</router-link>
</div>
<router-link :to="{ name: 'login' }" class="panel-body">
{{ $t("login.hint") }}
</router-link>
</div>
<transition name="fade">
<router-view></router-view>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment