diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 053e4cb74..0b3bb1792 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -959,6 +959,9 @@ template.avatar = Avatar template.issue_labels = Issue Labels template.one_item = Must select at least one template item template.invalid = Must select a template repository +template.repo_adress=Adress +template.repo_path=path +template.repo_name=Name archive.title = This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests. archive.issue.nocomment = This repo is archived. You cannot comment on issues. diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 3a09d1fe1..d5eac032b 100755 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -971,6 +971,9 @@ template.avatar=头像 template.issue_labels=任务标签 template.one_item=必须至少选择一个模板项 template.invalid=必须选择一个模板项目 +template.repo_adress=项目地址 +template.repo_path=项目地址 +template.repo_name=项目名称 archive.title=此项目已存档。您可以查看文件和克隆,但不能推送或创建任务/合并请求。 archive.issue.nocomment=此项目已存档,您不能在此任务添加评论。 diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index 12bd0551c..d904821f7 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -154,4 +154,13 @@ -{{template "base/footer" .}} \ No newline at end of file +<<<<<<< HEAD +{{template "base/footer" .}} + +======= +{{template "base/footer" .}} +>>>>>>> 8dd288ecb423553e68556e5e3af4f3bf8eacdfe8 diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index 6f5e49022..ab225b2b2 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -67,6 +67,54 @@ + +
+ +
+
+ + + +
+ +
/
+
+ + + +
+
+ +
+ + + +
{{SizeFmt .Repository.Size}} diff --git a/web_src/js/index.js b/web_src/js/index.js index 61a5e3052..b34e40451 100755 --- a/web_src/js/index.js +++ b/web_src/js/index.js @@ -4216,4 +4216,4 @@ function initcreateRepo(){ }); } -initcreateRepo() \ No newline at end of file +initcreateRepo()