diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 50e85ba27..7a39eb1b5 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -831,6 +831,7 @@ fork = Fork
download_archive = Download Repository
no_desc = No Description
+no_label = No labels
quick_guide = Quick Guide
clone_this_repo = Clone this repository
create_new_repo_command = Creating a new repository on the command line
diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini
index 89a6282e5..12de2090b 100755
--- a/options/locale/locale_zh-CN.ini
+++ b/options/locale/locale_zh-CN.ini
@@ -833,6 +833,7 @@ fork=派生
download_archive=下载此项目
no_desc=暂无描述
+no_label = 暂无标签
quick_guide=快速帮助
clone_this_repo=克隆当前项目
create_new_repo_command=从命令行创建一个新的项目
diff --git a/public/img/icons.svg b/public/img/icons.svg
new file mode 100644
index 000000000..3a83f8cdf
--- /dev/null
+++ b/public/img/icons.svg
@@ -0,0 +1,1653 @@
+
+
\ No newline at end of file
diff --git a/public/img/loading.gif b/public/img/loading.gif
new file mode 100644
index 000000000..2c45c7bca
Binary files /dev/null and b/public/img/loading.gif differ
diff --git a/templates/repo/cloudbrain/index.tmpl b/templates/repo/cloudbrain/index.tmpl
index 532a8f4ff..0a75db9de 100755
--- a/templates/repo/cloudbrain/index.tmpl
+++ b/templates/repo/cloudbrain/index.tmpl
@@ -187,6 +187,12 @@
cursor: pointer;
pointer-events: none;
}
+ .time-show{
+ font-size: 10px;
+ margin-top: 0.4rem;
+ display: inline-block;
+ }
+
@@ -265,11 +271,21 @@
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl
index b13022883..24f7255a6 100644
--- a/templates/repo/home.tmpl
+++ b/templates/repo/home.tmpl
@@ -269,11 +269,20 @@
+
- {{if and .Permission.IsAdmin (not .Repository.IsArchived)}}{{end}}
+ {{if and .Permission.IsAdmin (not .Repository.IsArchived)}}{{end}}