From 7696e3f5c6eff22aace34dcd93b3ebf0e031972f Mon Sep 17 00:00:00 2001 From: Gnana Sekar Date: Mon, 4 Apr 2022 18:31:10 +0530 Subject: Wrap contact search result in a link Signed-off-by: Gnana Sekar Signed-off-by: Louis Chemineau --- core/src/OC/contactsmenu/contact.handlebars | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'core/src') diff --git a/core/src/OC/contactsmenu/contact.handlebars b/core/src/OC/contactsmenu/contact.handlebars index e178469bd94..c8e9c2c497e 100644 --- a/core/src/OC/contactsmenu/contact.handlebars +++ b/core/src/OC/contactsmenu/contact.handlebars @@ -27,6 +27,15 @@ {{/if}} +{{else if contact.topAction}} + +
{{contact.fullName}}
+
{{contact.lastMessage}}
+ +
+ + {{contact.topAction.title}} + {{else}}
{{contact.fullName}}
@@ -34,11 +43,6 @@
{{/if}} -{{#if contact.topAction}} - - {{contact.topAction.title}} - -{{/if}} {{#if contact.hasTwoActions}} {{contact.secondAction.title}} -- cgit v1.2.3