summaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorKjell Kvinge <kjell@kvinge.biz>2016-12-29 00:44:32 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2016-12-29 07:44:32 +0800
commit22e1bd31c68586e963262db964d6a83f6115e56f (patch)
tree39d669cd4b982063512320e91ed359357a518f1f /templates/base
parent35d9378e4e1b3b1c15db3a7e7237a55fa96919a1 (diff)
downloadgitea-22e1bd31c68586e963262db964d6a83f6115e56f.tar.gz
gitea-22e1bd31c68586e963262db964d6a83f6115e56f.zip
commithgraph / timeline (#428)
* Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/head.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 2c45932a7e..a114b8dac5 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -31,6 +31,13 @@
</script>
{{end}}
+ {{if .RequireGitGraph}}
+ <!-- graph -->
+ <script src="{{AppSubUrl}}/js/libs/gitgraph.js"></script>
+ <script src="{{AppSubUrl}}/js/draw.js"></script>
+ <link rel="stylesheet" href="{{AppSubUrl}}/css/gitgraph.css">
+ {{end}}
+
<!-- Stylesheet -->
<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.2.1.min.css">
<link rel="stylesheet" href="{{AppSubUrl}}/css/index.css?v={{MD5 AppVer}}">