From 7d07cde40c2ffdb74c648dba1258084e2a5d5f2d Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 7 Jun 2017 15:43:29 +0900 Subject: Refactor --- src/web/app/common/scripts/text-compiler.js | 2 +- src/web/app/common/tags/messaging/form.tag | 2 +- src/web/app/common/tags/messaging/index.tag | 2 +- src/web/app/common/tags/messaging/message.tag | 2 +- src/web/app/common/tags/messaging/room.tag | 4 ++-- src/web/app/common/tags/signin-history.tag | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/web/app/common') diff --git a/src/web/app/common/scripts/text-compiler.js b/src/web/app/common/scripts/text-compiler.js index 0a9b8022df..20ed1877da 100644 --- a/src/web/app/common/scripts/text-compiler.js +++ b/src/web/app/common/scripts/text-compiler.js @@ -22,7 +22,7 @@ export default (tokens, shouldBreak) => { case 'bold': return `${escape(token.bold)}`; case 'url': - return ``; + return ``; case 'link': return `${escape(token.title)}`; case 'mention': diff --git a/src/web/app/common/tags/messaging/form.tag b/src/web/app/common/tags/messaging/form.tag index 2c34756377..a839bad7fa 100644 --- a/src/web/app/common/tags/messaging/form.tag +++ b/src/web/app/common/tags/messaging/form.tag @@ -1,7 +1,7 @@
- + diff --git a/src/web/app/common/tags/messaging/index.tag b/src/web/app/common/tags/messaging/index.tag index b73c543068..731c9da2c7 100644 --- a/src/web/app/common/tags/messaging/index.tag +++ b/src/web/app/common/tags/messaging/index.tag @@ -22,7 +22,7 @@
{ is_me ? recipient.name : user.name } { '@' + (is_me ? recipient.username : user.username ) } - +

%i18n:common.tags.mk-messaging.you%:{ text }

diff --git a/src/web/app/common/tags/messaging/message.tag b/src/web/app/common/tags/messaging/message.tag index c5f7e377f0..ec8138da04 100644 --- a/src/web/app/common/tags/messaging/message.tag +++ b/src/web/app/common/tags/messaging/message.tag @@ -12,7 +12,7 @@
- +