From 87b1790f043badeb3d7a22f5dfdf433b04ff9ccf Mon Sep 17 00:00:00 2001 From: huang Date: Wed, 28 Oct 2015 09:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E5=AE=8C=E6=88=90=E5=8A=9F=E8=83=BDJS?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/repositories/show.html.erb | 4 ++-- public/javascripts/project.js | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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 @@
克隆网址:
-
ZIP
- +
ZIP
+
Fork 0
<% 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