aboutsummaryrefslogtreecommitdiffstats
path: root/templates/ng
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-28 14:24:05 +0800
committerUnknwon <u@gogs.io>2015-08-28 14:24:05 +0800
commita7686e8749f46b13c62c67c7b4fc5dbc0c5a42c3 (patch)
tree150b15f67361e43a3870dc267bdbf69ef126790d /templates/ng
parentff35a37769cbf60cd1522eb05411adbf965c9950 (diff)
downloadgitea-a7686e8749f46b13c62c67c7b4fc5dbc0c5a42c3.tar.gz
gitea-a7686e8749f46b13c62c67c7b4fc5dbc0c5a42c3.zip
#1203 bundle jquery with gogs
Diffstat (limited to 'templates/ng')
-rw-r--r--templates/ng/base/head.tmpl6
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/ng/base/head.tmpl b/templates/ng/base/head.tmpl
index faafef563a..95a30c4578 100644
--- a/templates/ng/base/head.tmpl
+++ b/templates/ng/base/head.tmpl
@@ -12,15 +12,11 @@
<link rel="shortcut icon" href="{{AppSubUrl}}/img/favicon.png" />
- {{if CdnMode}}
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
- <script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
- {{else}}
<link rel="stylesheet" href="{{AppSubUrl}}/css/font-awesome.min.css">
<script src="{{AppSubUrl}}/ng/js/lib/jquery-1.11.1.min.js"></script>
- {{end}}
+
<!-- Stylesheet -->
<link rel="stylesheet" href="{{AppSubUrl}}/ng/css/ui.css">
<link rel="stylesheet" href="{{AppSubUrl}}/ng/css/gogs.css">