소스 검색

Removed Styleguide

Yoginth 7 년 전
부모
커밋
36d23397f5
4개의 변경된 파일4개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 1
      conf/locale/locale_en-GB.ini
  2. 0 1
      conf/locale/locale_en-US.ini
  3. 4 4
      pkg/bindata/bindata.go
  4. 0 3
      templates/base/head.tmpl

+ 0 - 1
conf/locale/locale_en-GB.ini

@@ -45,7 +45,6 @@ cancel = Cancel
 
 contribute = Contribute
 sourcecode = Source Code
-styleguide = Style Guide
 slack = Slack
 beta = Beta
 reportbug = Report Bug

+ 0 - 1
conf/locale/locale_en-US.ini

@@ -45,7 +45,6 @@ cancel = Cancel
 
 contribute = Contribute
 sourcecode = Source Code
-styleguide = Style Guide
 slack = Slack
 beta = Beta
 reportbug = Report Bug

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 4 - 4
pkg/bindata/bindata.go


+ 0 - 3
templates/base/head.tmpl

@@ -273,9 +273,6 @@
 													<a class="item" href="https://gitote.in/gitote/gitote">
 														<i class="menu-icon octicon">👨‍💻</i>{{.i18n.Tr "sourcecode"}}
 													</a>
-													<a class="item" href="/styleguide">
-														<i class="menu-icon octicon">💅</i>{{.i18n.Tr "styleguide"}}
-													</a>
 													<a target="_blank" class="item" href="https://gitote.slack.com">
 														<i class="menu-icon octicon">💬</i>{{.i18n.Tr "slack"}}
 													</a>