From 9d0204f2fa7317359d4d61361e4962fcdbe41bed Mon Sep 17 00:00:00 2001 From: Aya Morisawa <AyaMorisawa4869@gmail.com> Date: Thu, 19 Jul 2018 16:20:04 +0900 Subject: [PATCH] Hide detail button It is unimplemented --- src/client/app/desktop/views/components/notes.note.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue index b8aff2d86e..3aa52f75f0 100644 --- a/src/client/app/desktop/views/components/notes.note.vue +++ b/src/client/app/desktop/views/components/notes.note.vue @@ -56,10 +56,10 @@ <button @click="menu" ref="menuButton"> %fa:ellipsis-h% </button> - <button title="%i18n:@detail"> + <!-- <button title="%i18n:@detail"> <template v-if="!isDetailOpened">%fa:caret-down%</template> <template v-if="isDetailOpened">%fa:caret-up%</template> - </button> + </button> --> </footer> </div> </article>