diff options
author | Unknwon <u@gogs.io> | 2015-09-04 05:54:22 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-04 05:54:22 -0400 |
commit | d023e81a8f6016db0bdaf8a935f273cc6e0d9a49 (patch) | |
tree | 669879e2a6631434df0ff1ca15fa64dd9a6a69ea /templates/base | |
parent | 36a69e8aa5a3bd35396173b4f108b33c19e6ac88 (diff) | |
download | gitea-d023e81a8f6016db0bdaf8a935f273cc6e0d9a49.tar.gz gitea-d023e81a8f6016db0bdaf8a935f273cc6e0d9a49.zip |
#1577 explore paginator problem
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/head.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 8325afe13d..17c26ea248 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -18,11 +18,11 @@ <link rel="stylesheet" href="{{AppSubUrl}}/css/font-awesome-4.4.0.min.css"> <!-- Stylesheet --> - <link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.1.2.min.css"> + <link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.1.3.min.css"> <link rel="stylesheet" href="{{AppSubUrl}}/css/gogs.min.css?v={{AppVer}}"> <!-- JavaScript --> - <script src="{{AppSubUrl}}/js/semantic-2.1.2.min.js"></script> + <script src="{{AppSubUrl}}/js/semantic-2.1.3.min.js"></script> <script src="{{AppSubUrl}}/js/gogs.js?v={{AppVer}}"></script> <title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title> |