From 99afa87a042d692e5f5dbea659c876dcf0633a6a Mon Sep 17 00:00:00 2001 From: colorfulberry Date: Fri, 29 May 2020 11:08:14 +0800 Subject: [PATCH] add the html support for the js --- templates/repo/datasets/index.tmpl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/templates/repo/datasets/index.tmpl b/templates/repo/datasets/index.tmpl index b24c4abca..25c08c735 100644 --- a/templates/repo/datasets/index.tmpl +++ b/templates/repo/datasets/index.tmpl @@ -1,18 +1,19 @@ {{template "base/head" .}}
{{template "repo/header" .}} -
+ + {{.CsrfTokenHtml}} {{template "base/alert" .}}
-

{{.i18n.Tr "datasets"}}

+

{{.dataset.Title}}

- No Description + {{.dataset.Description}}
@@ -20,11 +21,11 @@