Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.1.3
zouap 3 years ago
parent
commit
8bc922b8cc
7 changed files with 7 additions and 6 deletions
  1. +1
    -0
      options/locale/locale_en-US.ini
  2. +1
    -1
      public/home/home.js
  3. +1
    -1
      templates/base/head_navbar.tmpl
  4. +1
    -1
      templates/base/head_navbar_fluid.tmpl
  5. +1
    -1
      templates/base/head_navbar_home.tmpl
  6. +1
    -1
      templates/base/head_navbar_pro.tmpl
  7. +1
    -1
      templates/home.tmpl

+ 1
- 0
options/locale/locale_en-US.ini View File

@@ -258,6 +258,7 @@ users = Users
organizations = Organizations
images = Cloudbrain Mirror
search = Search
search_pro=Search projects
code = Code
data_analysis=Digital Bulletin Board (test)
repo_no_results = No matching repositories found.


+ 1
- 1
public/home/home.js View File

@@ -288,7 +288,7 @@ var repoAndOrgEN={
"1":"Repository",
"2":"Member ",
"3":"Team",
"11":"Repositorys",
"11":"Repositories",
"22":"Members ",
"31":"Teams",
"4":" hour ago",


+ 1
- 1
templates/base/head_navbar.tmpl View File

@@ -73,7 +73,7 @@
{{if .IsOperator}}
<a class="item" href="{{AppSubUrl}}/explore/data_analysis">{{.i18n.Tr "explore.data_analysis"}}</a>
{{end}}
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi"}}</a>
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi.repo"}}</a>
</div>
</div>
{{else if .IsLandingPageExplore}}


+ 1
- 1
templates/base/head_navbar_fluid.tmpl View File

@@ -71,7 +71,7 @@
{{if .IsOperator}}
<a class="item" href="{{AppSubUrl}}/explore/data_analysis">{{.i18n.Tr "explore.data_analysis"}}</a>
{{end}}
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi"}}</a>
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi.repo"}}</a>
</div>
</div>
{{else if .IsLandingPageExplore}}


+ 1
- 1
templates/base/head_navbar_home.tmpl View File

@@ -64,7 +64,7 @@
{{if .IsOperator}}
<a class="item" href="{{AppSubUrl}}/explore/data_analysis">{{.i18n.Tr "explore.data_analysis"}}</a>
{{end}}
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi"}}</a>
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi.repo"}}</a>
</div>
</div>
{{else if .IsLandingPageExplore}}


+ 1
- 1
templates/base/head_navbar_pro.tmpl View File

@@ -74,7 +74,7 @@
{{if .IsOperator}}
<a class="item" href="{{AppSubUrl}}/explore/data_analysis">{{.i18n.Tr "explore.data_analysis"}}</a>
{{end}}
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi"}}</a>
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi.repo"}}</a>
</div>
</div>
{{else if .IsLandingPageExplore}}


+ 1
- 1
templates/home.tmpl View File

@@ -38,7 +38,7 @@
<div class="ui stackable grid">
<div class="sixteen wide tablet four wide computer column homeorg-tit">
<h2>{{.page_recommend_org}}</h2>
<p><span class="ui text grey">{{.page_recommend_org_desc}}</span><a href="{{.RecommendURL}}">{{.page_recommend_org_commit}}</a></p>
<p><span class="ui text grey">{{.page_recommend_org_desc}}&nbsp;</span><a href="{{.RecommendURL}}">{{.page_recommend_org_commit}}</a></p>
<a href="{{AppSubUrl}}/explore/organizations" class="circular ui primary basic button">{{.page_recommend_org_more}} <i class="arrow circle right icon"></i></a>
</div>
<div class="sixteen wide tablet twelve wide computer column">


Loading…
Cancel
Save