diff options
author | Unknwon <u@gogs.io> | 2016-03-07 00:11:12 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-07 00:11:12 -0500 |
commit | 0c9a616326ba096a2ff6c058cc96950f68c0fa6e (patch) | |
tree | 1f146577cf172812acf67e4d0201975c9e837bfa /templates/base | |
parent | 0e9bc2d4108ae32611e4fe65af493913c20d0279 (diff) | |
download | gitea-0c9a616326ba096a2ff6c058cc96950f68c0fa6e.tar.gz gitea-0c9a616326ba096a2ff6c058cc96950f68c0fa6e.zip |
Update frontend resources
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/footer.tmpl | 6 | ||||
-rw-r--r-- | templates/base/head.tmpl | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 8d87f9f345..512d69f6a4 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -33,8 +33,8 @@ <!-- Third-party libraries --> {{if .RequireHighlightJS}} - <link rel="stylesheet" href="{{AppSubUrl}}/plugins/highlight-9.1.0/github.css"> - <script src="{{AppSubUrl}}/plugins/highlight-9.1.0/highlight.pack.js"></script> + <link rel="stylesheet" href="{{AppSubUrl}}/plugins/highlight-9.2.0/github.css"> + <script src="{{AppSubUrl}}/plugins/highlight-9.2.0/highlight.pack.js"></script> {{end}} {{if .RequireMinicolors}} <link rel="stylesheet" href="{{AppSubUrl}}/plugins/jquery.minicolors-2.2.3/jquery.minicolors.css"> @@ -49,6 +49,6 @@ <script src="{{AppSubUrl}}/plugins/dropzone-4.2.0/dropzone.js"></script> {{end}} <script src="{{AppSubUrl}}/js/libs/emojify-1.1.0.min.js"></script> -<script src="{{AppSubUrl}}/js/libs/clipboard-1.5.5.min.js"></script> +<script src="{{AppSubUrl}}/js/libs/clipboard-1.5.9.min.js"></script> </html> diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 0ef9ea93d9..a391a96356 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -18,7 +18,7 @@ <script src="{{AppSubUrl}}/js/jquery-1.11.3.min.js"></script> <link rel="stylesheet" href="{{AppSubUrl}}/assets/font-awesome-4.5.0/css/font-awesome.min.css"> - <link rel="stylesheet" href="{{AppSubUrl}}/assets/octicons-3.4.1/octicons.css"> + <link rel="stylesheet" href="{{AppSubUrl}}/assets/octicons-3.5.0/octicons.css"> {{if .RequireSimpleMDE}} <link rel="stylesheet" href="{{AppSubUrl}}/plugins/simplemde-1.10.0/simplemde.min.css"> |