+ >
+
+ >
+
+ ng-if="$ctrl.summary.client.phone != null">
+
+ ng-if="$ctrl.summary.client.mobile != null">
+
diff --git a/modules/ticket/front/summary/style.scss b/modules/ticket/front/summary/style.scss
index e92ff0d422..2f52de65e9 100644
--- a/modules/ticket/front/summary/style.scss
+++ b/modules/ticket/front/summary/style.scss
@@ -47,4 +47,9 @@ vn-ticket-summary .summary {
}
}
}
+
+ vn-icon.tel {
+ font-size: 1.1em;
+ vertical-align: bottom;
+ }
}
\ No newline at end of file
diff --git a/modules/worker/front/descriptor/index.html b/modules/worker/front/descriptor/index.html
index 05e8835337..758f639ff4 100644
--- a/modules/worker/front/descriptor/index.html
+++ b/modules/worker/front/descriptor/index.html
@@ -28,11 +28,17 @@
+ >
+
+ >
+
diff --git a/modules/worker/front/descriptor/index.js b/modules/worker/front/descriptor/index.js
index 0214f85003..07e16c0d66 100644
--- a/modules/worker/front/descriptor/index.js
+++ b/modules/worker/front/descriptor/index.js
@@ -1,6 +1,5 @@
import ngModule from '../module';
import Descriptor from 'salix/components/descriptor';
-
class Controller extends Descriptor {
constructor($element, $, $rootScope) {
super($element, $);
diff --git a/modules/worker/front/summary/index.html b/modules/worker/front/summary/index.html
index 6604ef6ca8..2372634bc2 100644
--- a/modules/worker/front/summary/index.html
+++ b/modules/worker/front/summary/index.html
@@ -42,14 +42,21 @@
{{::worker.boss.name}}
-
+
+
-
+
+
+ >
+
diff --git a/modules/worker/front/summary/index.js b/modules/worker/front/summary/index.js
index 2bb1f08530..212609f582 100644
--- a/modules/worker/front/summary/index.js
+++ b/modules/worker/front/summary/index.js
@@ -1,6 +1,5 @@
import ngModule from '../module';
import Summary from 'salix/components/summary';
-
class Controller extends Summary {
get worker() {
return this._worker;