diff options
author | Unknwon <u@gogs.io> | 2015-08-05 15:24:26 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-05 15:24:26 +0800 |
commit | 3e4cdccf6bfe1904c97204b65c3143414a3c725d (patch) | |
tree | 72df1740ed28e2fbd01557fa14665842fab6423d /templates/base | |
parent | ce4dcf1e83d19ac0eb54ff059a52fca7c94308f8 (diff) | |
download | gitea-3e4cdccf6bfe1904c97204b65c3143414a3c725d.tar.gz gitea-3e4cdccf6bfe1904c97204b65c3143414a3c725d.zip |
milestone: create page
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/head.tmpl | 3 |
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> |