From 3be736e4ae4ac13962a46e5287764782682a4e57 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Wed, 23 Aug 2017 16:24:51 +0200 Subject: [PATCH] Fixed reply markup Closes #1482 --- app/js/directives.js | 1 + app/partials/desktop/im.html | 2 +- app/partials/desktop/send_form.html | 10 +++++----- app/partials/mobile/im.html | 2 +- app/partials/mobile/send_form.html | 10 +++++----- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/app/js/directives.js b/app/js/directives.js index 728663ca..3770c5b2 100755 --- a/app/js/directives.js +++ b/app/js/directives.js @@ -1557,6 +1557,7 @@ angular.module('myApp.directives', ['myApp.filters']) templateUrl: templateUrl('send_form'), scope: { draftMessage: '=', + replyKeyboard: '=', mentions: '=', commands: '=' } diff --git a/app/partials/desktop/im.html b/app/partials/desktop/im.html index 1c403323..cf0194ac 100644 --- a/app/partials/desktop/im.html +++ b/app/partials/desktop/im.html @@ -211,7 +211,7 @@ -
+
diff --git a/app/partials/desktop/send_form.html b/app/partials/desktop/send_form.html index 7bebf14d..07c62770 100644 --- a/app/partials/desktop/send_form.html +++ b/app/partials/desktop/send_form.html @@ -12,13 +12,13 @@
-
+
- - + +
@@ -61,8 +61,8 @@
-
-
+
+
\ No newline at end of file diff --git a/app/partials/mobile/im.html b/app/partials/mobile/im.html index 917ead92..b20acab7 100644 --- a/app/partials/mobile/im.html +++ b/app/partials/mobile/im.html @@ -136,7 +136,7 @@
-
+
diff --git a/app/partials/mobile/send_form.html b/app/partials/mobile/send_form.html index bdc4eaa1..f6186bd0 100644 --- a/app/partials/mobile/send_form.html +++ b/app/partials/mobile/send_form.html @@ -26,10 +26,10 @@
-
+
- - + +
@@ -52,8 +52,8 @@
-
-
+
+
\ No newline at end of file