Hide detail button

It is unimplemented
This commit is contained in:
Aya Morisawa 2018-07-19 16:20:04 +09:00
parent fceb0e2158
commit 9d0204f2fa
1 changed files with 2 additions and 2 deletions

View File

@ -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>