diff --git a/app/views/admin/projects/_form.html.haml b/app/views/admin/projects/_form.html.haml index 4f6bc692b675421f16b023952c049c047c09a502..abb51bba8c19cf85e1292b5ef12f78a1e6610cf4 100644 --- a/app/views/admin/projects/_form.html.haml +++ b/app/views/admin/projects/_form.html.haml @@ -13,7 +13,7 @@ Path .input .input-prepend - %span.add-on= "git@#{GIT_HOST["host"]}:" + %span.add-on= "#{GIT_HOST["git_user"]}@#{GIT_HOST["host"]}:" = f.text_field :path, :placeholder => "example_project", :disabled => !@admin_project.new_record? .clearfix = f.label :code do diff --git a/app/views/projects/_form.html.haml b/app/views/projects/_form.html.haml index 6137aa5e279ef4af4cad605efde2c268ef18d850..a65a0244a8f891e6d4f9ce30a88b31071699d4f8 100644 --- a/app/views/projects/_form.html.haml +++ b/app/views/projects/_form.html.haml @@ -12,7 +12,7 @@ Path .input .input-prepend - %span.add-on= "git@#{GIT_HOST["host"]}:" + %span.add-on= "#{GIT_HOST["git_user"]}@#{GIT_HOST["host"]}:" = f.text_field :path, :placeholder => "example_project", :disabled => !@project.new_record? .clearfix = f.label :code do