summaryrefslogtreecommitdiffstats
path: root/templates/ng
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-26 22:33:30 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-26 22:33:30 -0400
commitad2ab6d21496e60e7589c44bdfcc15bba01ae9dd (patch)
tree3886afb2dd6573db8438f36e422a0e948f505345 /templates/ng
parentb8368f98ffc79a6c6c7bceed50a2989049d3eb1a (diff)
downloadgitea-ad2ab6d21496e60e7589c44bdfcc15bba01ae9dd.tar.gz
gitea-ad2ab6d21496e60e7589c44bdfcc15bba01ae9dd.zip
Add modal to change username
Signed-off-by: Unknwon <joe2010xtmf@163.com>
Diffstat (limited to 'templates/ng')
-rw-r--r--templates/ng/base/head.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/ng/base/head.tmpl b/templates/ng/base/head.tmpl
index f1fa5ea157..382fa85f62 100644
--- a/templates/ng/base/head.tmpl
+++ b/templates/ng/base/head.tmpl
@@ -24,12 +24,14 @@
<link rel="stylesheet" href="{{AppSubUrl}}/ng/css/ui.css">
<link rel="stylesheet" href="{{AppSubUrl}}/ng/css/gogs.css">
<link rel="stylesheet" href="{{AppSubUrl}}/ng/css/tipsy.css">
+ <link rel="stylesheet" href="{{AppSubUrl}}/ng/css/magnific-popup.css">
<link rel="stylesheet" href="{{AppSubUrl}}/ng/fonts/octicons.css">
<link rel="stylesheet" href="{{AppSubUrl}}/css/github.min.css">
<!-- JavaScript -->
<script src="{{AppSubUrl}}/ng/js/lib/lib.js"></script>
<script src="{{AppSubUrl}}/ng/js/lib/jquery.tipsy.js"></script>
+ <script src="{{AppSubUrl}}/ng/js/lib/jquery.magnific-popup.min.js"></script>
<script src="{{AppSubUrl}}/ng/js/utils/tabs.js"></script>
<script src="{{AppSubUrl}}/ng/js/utils/preview.js"></script>
<script src="{{AppSubUrl}}/ng/js/gogs.js"></script>