[Client] 文言を修正

This commit is contained in:
syuilo 2017-02-15 08:16:40 +09:00
parent 435fcd7db7
commit 4c498320c2
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ get-post-summary = (post) ~>
# メディアが添付されているとき
if post.media?
summary += " (#{post.media.length}のメディア)"
summary += " (#{post.media.length}のメディア)"
# 投票が添付されているとき
if post.poll?

View file

@ -1,7 +1,7 @@
<mk-sub-post-content>
<div class="body"><a class="reply" if={ post.reply_to_id }><i class="fa fa-reply"></i></a><span ref="text"></span><a class="quote" if={ post.repost_id } href={ '/post:' + post.repost_id }>RP: ...</a></div>
<details if={ post.media }>
<summary>({ post.media.length }枚の画像)</summary>
<summary>({ post.media.length }つのメディア)</summary>
<mk-images-viewer images={ post.media }></mk-images-viewer>
</details>
<style type="stylus">

View file

@ -1,7 +1,7 @@
<mk-sub-post-content>
<div class="body"><a class="reply" if={ post.reply_to_id }><i class="fa fa-reply"></i></a><span ref="text"></span><a class="quote" if={ post.repost_id } href={ '/post:' + post.repost_id }>RP: ...</a></div>
<details if={ post.media }>
<summary>({ post.media.length }枚の画像)</summary>
<summary>({ post.media.length }つのメディア)</summary>
<mk-images-viewer images={ post.media }></mk-images-viewer>
</details>
<style type="stylus">