Merge branch 'master' of github.com:gitlabhq/gitlabhq
This commit is contained in:
commit
32ca0b8cae
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue