summaryrefslogtreecommitdiff
path: root/src/client/app/common/views/components
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-05-24 18:11:12 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-05-24 18:11:12 +0900
commit5a4f6b4ada3df031b1b17d7c2aaf146b515f5695 (patch)
tree7bdf139d1c1201f77e2217ed6433d6808ff685d7 /src/client/app/common/views/components
parentUpdate instance.vue (diff)
downloadmisskey-5a4f6b4ada3df031b1b17d7c2aaf146b515f5695.tar.gz
misskey-5a4f6b4ada3df031b1b17d7c2aaf146b515f5695.tar.bz2
misskey-5a4f6b4ada3df031b1b17d7c2aaf146b515f5695.zip
Update page-editor.vue
Diffstat (limited to 'src/client/app/common/views/components')
-rw-r--r--src/client/app/common/views/components/page-editor/page-editor.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/page-editor/page-editor.vue b/src/client/app/common/views/components/page-editor/page-editor.vue
index a3f69ea5c3..6f4cf9b6b5 100644
--- a/src/client/app/common/views/components/page-editor/page-editor.vue
+++ b/src/client/app/common/views/components/page-editor/page-editor.vue
@@ -11,7 +11,7 @@
</header>
<section>
- <a class="view" v-if="pageId" :href="`/@${ author.username }/pages/${ currentName }`" target="_blank"><fa :icon="faExternalLinkSquareAlt"/> {{ $t('view-page') }}</a>
+ <a class="view" v-if="pageId" :href="`/@${ author.username }/pages/${ currentName }`"><fa :icon="faExternalLinkSquareAlt"/> {{ $t('view-page') }}</a>
<ui-input v-model="title">
<span>{{ $t('title') }}</span>