Added more close buttons

This commit is contained in:
gutfuckllc 2018-08-06 16:05:48 -04:00
parent 249a7f4f68
commit a169c7756f

View file

@ -6,7 +6,7 @@
<mk-post-form v-else-if="!posted" :initial-text="text" :instant="true" @posted="posted = true"/>
<p v-if="posted" class="posted">%fa:check%</p>
</div>
<ui-button class="close" v-if="posted" @click="close">閉じる</ui-button>
<ui-button class="close" v-if="posted" @click="close">%i18n:common.close%</ui-button>
</div>
</template>