소스 검색

minor fix

Unknwon 9 년 전
부모
커밋
705224353b
5개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      gogs.go
  2. 0 0
      public/css/gogs.min.css
  3. 1 0
      public/less/_dashboard.less
  4. 1 1
      templates/.VERSION
  5. 1 2
      templates/base/footer.tmpl

+ 1 - 1
gogs.go

@@ -17,7 +17,7 @@ import (
 	"github.com/gogits/gogs/modules/setting"
 )
 
-const APP_VER = "0.6.9.0903 Beta"
+const APP_VER = "0.6.9.0905 Beta"
 
 func init() {
 	runtime.GOMAXPROCS(runtime.NumCPU())

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/css/gogs.min.css


+ 1 - 0
public/less/_dashboard.less

@@ -4,6 +4,7 @@
 
 	&.issues {
 		.context.user.menu {
+			z-index: 101;
 			min-width: 200px;
 			.ui.header {
 		    font-size: 1rem;

+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.6.9.0903 Beta
+0.6.9.0905 Beta

+ 1 - 2
templates/base/footer.tmpl

@@ -2,13 +2,12 @@
 	<footer>
 		<div class="ui container">
 			<div class="ui left">
-				© 2015 Gogs · {{.i18n.Tr "version"}}: {{AppVer}} · {{.i18n.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong> · {{.i18n.Tr "template"}}: <strong>{{call .TmplLoadTimes}}</strong>
+				© 2015 Gogs {{.i18n.Tr "version"}}: {{AppVer}} {{.i18n.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong> {{.i18n.Tr "template"}}: <strong>{{call .TmplLoadTimes}}</strong>
 			</div>
 			<div class="ui right links">
 				{{if .ShowFooterBranding}}
 				<a target="_blank" href="https://github.com/gogits/gogs"><i class="fa fa-github-square"></i><span class="sr-only">GitHub</span></a>
 				<a target="_blank" href="https://twitter.com/gogitservice"><i class="fa fa-twitter"></i><span class="sr-only">Twitter</span></a>
-				<a target="_blank" href="https://plus.google.com/communities/115599856376145964459"><i class="fa fa-google-plus"></i><span class="sr-only">Google Plus</span></a>
 				<a target="_blank" href="http://weibo.com/gogschina"><i class="fa fa-weibo"></i><span class="sr-only">Sina Weibo</span></a>
 				{{end}}
 				<div class="ui language bottom pointing slide up dropdown link item">

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.