From 65e615133e7beb1702315aaad70a873f93c6f40f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 17 Oct 2019 20:19:56 +0200 Subject: [PATCH] Simplify the domain info view ? --- src/views/domain/domain_info.ms | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/src/views/domain/domain_info.ms b/src/views/domain/domain_info.ms index 237952c8..6724dcf2 100644 --- a/src/views/domain/domain_info.ms +++ b/src/views/domain/domain_info.ms @@ -12,23 +12,6 @@ {{name}} -
- {{#if main}} -

- {{t 'domain_default_longdesc'}} -

- {{/if}} -

{{url}}

- -
- - -
-
-

- {{t 'operations'}} -

-

{{t 'domain_visit_url' url}}

@@ -36,15 +19,19 @@ {{t 'domain_visit'}}
- {{#unless main}}

{{t 'domain_default_desc'}}

+ {{#if main}} +

+ {{t 'domain_default_longdesc'}} +

+ {{else}} + {{/if}}
- {{/unless}}

{{t 'domain_dns_longdesc'}}