Merge pull request #278 from warpc/195-change_input_repo_url
[Refs #195] change repo url to readonly
This commit is contained in:
commit
48c803c7eb
|
@ -1,7 +1,7 @@
|
|||
.description-top
|
||||
.img= image_tag 'code.png'
|
||||
= text_field_tag :url, git_repo_url(project.git_repo_name), :class => 'name',
|
||||
:type => 'text',:spellcheck => 'false', :disabled => 'disabled'
|
||||
:type => 'text',:spellcheck => 'false', :readonly => true
|
||||
.role
|
||||
= t("layout.read_write_access")
|
||||
= render :partial => 'projects/branch_select', :locals => {:project => project}
|
||||
|
|
Loading…
Reference in New Issue