aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-05 15:24:26 +0800
committerUnknwon <u@gogs.io>2015-08-05 15:24:26 +0800
commit3e4cdccf6bfe1904c97204b65c3143414a3c725d (patch)
tree72df1740ed28e2fbd01557fa14665842fab6423d /templates/base
parentce4dcf1e83d19ac0eb54ff059a52fca7c94308f8 (diff)
downloadgitea-3e4cdccf6bfe1904c97204b65c3143414a3c725d.tar.gz
gitea-3e4cdccf6bfe1904c97204b65c3143414a3c725d.zip
milestone: create page
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/head.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 9c05b02a9b..c5813f730e 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -34,6 +34,9 @@
{{if .PageIsLabels}}
<link rel="stylesheet" href="{{AppSubUrl}}/css/jquery.minicolors.css?v={{AppVer}}">
<script src="{{AppSubUrl}}/js/libs/jquery.minicolors.min.js?v={{AppVer}}"></script>
+ {{else if .PageIsMilestones}}
+ <link rel="stylesheet" href="{{AppSubUrl}}/css/jquery.datetimepicker.css?v={{AppVer}}">
+ <script src="{{AppSubUrl}}/js/libs/jquery.datetimepicker.js?v={{AppVer}}"></script>
{{end}}
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>