From dd2570e2bd24021d3dfdc166456d7841df0ee70e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 18 Apr 2020 01:21:49 +0200 Subject: [PATCH] Move 'Share on Yunopaste' button to make it more obvious to users --- src/views/tools/tools_log.ms | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/views/tools/tools_log.ms b/src/views/tools/tools_log.ms index 44891631..24dace40 100644 --- a/src/views/tools/tools_log.ms +++ b/src/views/tools/tools_log.ms @@ -9,20 +9,13 @@ {{/if}} -
- -
-
{{#intl locales=locale}} {{#if log.metadata}}
- -

{{ log.description }}

+

{{ log.description }}

@@ -56,13 +49,22 @@ {{/if}}
-

{{#if log.metadata}}{{t 'logs'}}{{else}}{{log.log_path}}{{/if}}

+

+ {{#if log.metadata}}{{t 'logs'}}{{else}}{{log.log_path}}{{/if}}

+
{{#if next_number}} {{t 'logs_more'}}{{/if}}
{{#log.logs}}{{.}}
 {{/log.logs}}
+
+ +
{{/intl}}