From 012c18cdf1a4ff9634312d704d983900d8f93ed5 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 30 Jun 2017 17:53:20 +0100 Subject: [PATCH] Add select multiple button Former-commit-id: f1c6de899994bcd274bd21582c9b0bf0d0ab375b [formerly 0550298211e8179fb7a46e49bd75979d439ce756] [formerly 82b40d8484796e90db6de64ad4f93c4901845688 [formerly ecb14f7810ce632c66dbb059fc18b0d17bca9554]] Former-commit-id: b24c64d18da7dd94a25fd26d90fb41c818b1b19a [formerly 478a12fba0294b74bb289ef8356b855f21808100] Former-commit-id: eec4a78fe25ad9f3e713b5860f0bb839654f7413 --- _assets/_old/templates/actions.tmpl | 11 +---------- _assets/src/App.vue | 5 +++++ 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/_assets/_old/templates/actions.tmpl b/_assets/_old/templates/actions.tmpl index 41b3e6be..13db790e 100644 --- a/_assets/_old/templates/actions.tmpl +++ b/_assets/_old/templates/actions.tmpl @@ -1,13 +1,4 @@ -{{ define "right" }} -{{- if not .IsEditor }} - - -{{- end }} - -{{ end }} +{{ end }} {{ define "left" }} {{- if and (not .IsDir) (.User.AllowEdit) }} diff --git a/_assets/src/App.vue b/_assets/src/App.vue index d6daa580..b2f95d6f 100644 --- a/_assets/src/App.vue +++ b/_assets/src/App.vue @@ -13,6 +13,11 @@ + +