Commit bdd7980d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #94 from SaitoWu/gitosis

fix project new link
parents 76294699 e2b4fe35
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment