diff options
author | Unknwon <u@gogs.io> | 2015-08-10 14:42:50 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-10 14:42:50 +0800 |
commit | 17de3ab0a313819bdeb73f3985b61a791ae84696 (patch) | |
tree | 55b8faa356fe7c79e6910d0b7cfe1fae606bb503 /templates/base | |
parent | 48f12d4eaddf08282086199d94a306b47483521f (diff) | |
download | gitea-17de3ab0a313819bdeb73f3985b61a791ae84696.tar.gz gitea-17de3ab0a313819bdeb73f3985b61a791ae84696.zip |
add migrate from issue.label_ids to issue_label
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/head_old.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/base/head_old.tmpl b/templates/base/head_old.tmpl index fc2a86788d..9a4665de05 100644 --- a/templates/base/head_old.tmpl +++ b/templates/base/head_old.tmpl @@ -28,8 +28,6 @@ {{end}} <link href="{{AppSubUrl}}/css/todc-bootstrap.min.css" rel="stylesheet" /> - <link href="{{AppSubUrl}}/css/datepicker3.css" rel="stylesheet" /> - <link href="{{AppSubUrl}}/css/bootstrap-colorpicker.min.css" rel="stylesheet" /> <link href="{{AppSubUrl}}/css/markdown.css" rel="stylesheet" /> <link href="{{AppSubUrl}}/css/gogs.css" rel="stylesheet" /> |