From e2b4fe353803d4cd16bfd5e7e6796e1eb4a1d8c5 Mon Sep 17 00:00:00 2001 From: Saito Date: Mon, 14 Nov 2011 16:15:26 +0800 Subject: [PATCH 1/2] fix project new link --- app/views/projects/_form.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/projects/_form.html.haml b/app/views/projects/_form.html.haml index cc7a933b..77afed2f 100644 --- a/app/views/projects/_form.html.haml +++ b/app/views/projects/_form.html.haml @@ -19,13 +19,13 @@ %tr %td .left= f.label :path - %cite.right git@yourserver: + %cite.right= "git@#{GITOSIS["host"]}:" %td = f.text_field :path, :placeholder => "example_project", :disabled => !@project.new_record? %tr %td .left= f.label :code - %cite.right http://yourserver/ + %cite.right= "http://#{GITOSIS["host"]}/" %td= f.text_field :code, :placeholder => "example" %tr From ca1817f1ea505a29f6b3bc9fcb25ac84b3eb3568 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Mon, 14 Nov 2011 18:36:46 -0800 Subject: [PATCH 2/2] Google Group URL in README --- README.rdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rdoc b/README.rdoc index 4016ebba..4e2e5f60 100644 --- a/README.rdoc +++ b/README.rdoc @@ -94,6 +94,10 @@ Install gitosis, edit conf/gitosis.yml & start server echo "gem: --no-rdoc --no-ri" > ~/.gemrc +== Community + +gitlabhq[https://groups.google.com/forum/?hl=en#!forum/gitlabhq] Google Group + == Contribute We develop project on our private server.