forked from forgejo/forgejo
Upgrade frontend assets
This commit is contained in:
parent
4b25bdfbc4
commit
326c982660
33 changed files with 244 additions and 96 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
<script src="{{AppSubUrl}}/js/jquery-1.11.3.min.js"></script>
|
||||
<script src="{{AppSubUrl}}/js/jquery.are-you-sure.js"></script>
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/assets/font-awesome-4.5.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/assets/font-awesome-4.6.3/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/assets/octicons-3.5.0/octicons.css">
|
||||
|
||||
{{if .RequireSimpleMDE}}
|
||||
|
@ -27,11 +27,11 @@
|
|||
{{end}}
|
||||
|
||||
<!-- Stylesheet -->
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.1.8.min.css">
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.2.1.min.css">
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/css/gogs.css?v={{MD5 AppVer}}">
|
||||
|
||||
<!-- JavaScript -->
|
||||
<script src="{{AppSubUrl}}/js/semantic-2.1.8.min.js"></script>
|
||||
<script src="{{AppSubUrl}}/js/semantic-2.2.1.min.js"></script>
|
||||
<script src="{{AppSubUrl}}/js/gogs.js?v={{MD5 AppVer}}"></script>
|
||||
|
||||
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
|
||||
|
@ -77,7 +77,7 @@
|
|||
</span>
|
||||
<div class="menu">
|
||||
<a class="item" href="{{AppSubUrl}}/repo/create">
|
||||
<i class="icon octicon octicon-repo-create"></i> {{.i18n.Tr "new_repo"}}
|
||||
<i class="icon octicon octicon-plus"></i> {{.i18n.Tr "new_repo"}}
|
||||
</a>
|
||||
<a class="item" href="{{AppSubUrl}}/repo/migrate">
|
||||
<i class="icon octicon octicon-repo-clone"></i> {{.i18n.Tr "new_migrate"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue