diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb
index 8eb52197b..a1dd44cb7 100644
--- a/app/views/repositories/show.html.erb
+++ b/app/views/repositories/show.html.erb
@@ -25,8 +25,8 @@
克隆网址:
-
-
+
+
<% if @changesets && !@changesets.empty? %>
diff --git a/public/javascripts/project.js b/public/javascripts/project.js
index d9138901a..5ba7c7145 100644
--- a/public/javascripts/project.js
+++ b/public/javascripts/project.js
@@ -516,4 +516,8 @@ function jsCopy(){
var e=document.getElementById("copy_rep_content");
e.select();
document.execCommand("Copy");
+}
+
+function zip(){
+ alert("该功能正在紧张的开发中,我们会争取在最短时间内上线,如若对您工作造成不便敬请谅解!")
}
\ No newline at end of file