diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-02 21:47:55 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-02 21:47:55 +0800 |
commit | ffe0ba562c2d749ea904e7171b424ae251c1f62e (patch) | |
tree | 24e94937d2baa40088f0f0813e1081f696977218 /templates/base | |
parent | ffcfd428b8372b3b5fafc70acf2ecc189bd7712e (diff) | |
download | gitea-ffe0ba562c2d749ea904e7171b424ae251c1f62e.tar.gz gitea-ffe0ba562c2d749ea904e7171b424ae251c1f62e.zip |
ui for user/profile page, only skeleton
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/head.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index ac0b9594e6..4358bf02bf 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -15,7 +15,7 @@ <script src="/js/jquery-1.10.1.min.js"></script> <script src="/js/bootstrap.min.js"></script> - + <script src="/js/app.js"></script> <title>{{.Title}} | {{AppName}}</title> </head> <body> |