diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-05-24 18:11:12 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-05-24 18:11:12 +0900 |
| commit | 5a4f6b4ada3df031b1b17d7c2aaf146b515f5695 (patch) | |
| tree | 7bdf139d1c1201f77e2217ed6433d6808ff685d7 /src/client/app/common/views/components | |
| parent | Update instance.vue (diff) | |
| download | misskey-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.vue | 2 |
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> |