summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-07-19 16:20:04 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2018-07-19 16:21:22 +0900
commit9d0204f2fa7317359d4d61361e4962fcdbe41bed (patch)
tree4aba072ca7395f2ba5a01735feb9b8675978b40a
parent4.24.0 (diff)
downloadsharkey-9d0204f2fa7317359d4d61361e4962fcdbe41bed.tar.gz
sharkey-9d0204f2fa7317359d4d61361e4962fcdbe41bed.tar.bz2
sharkey-9d0204f2fa7317359d4d61361e4962fcdbe41bed.zip
Hide detail button
It is unimplemented
-rw-r--r--src/client/app/desktop/views/components/notes.note.vue4
1 files 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>