[refs #195] one click select
This commit is contained in:
parent
04622790fc
commit
26e80af8cb
|
@ -1,7 +1,7 @@
|
||||||
.description-top
|
.description-top
|
||||||
.img= image_tag 'code.png'
|
.img= image_tag 'code.png'
|
||||||
= text_field_tag :url, git_repo_url(project.git_repo_name), :class => 'name',
|
= text_field_tag :url, git_repo_url(project.git_repo_name), :class => 'name',
|
||||||
:type => 'text',:spellcheck => 'false', :readonly => true
|
:type => 'text',:spellcheck => 'false', :readonly => true, :onfocus => "this.select()"
|
||||||
.role
|
.role
|
||||||
= t("layout.read_write_access")
|
= t("layout.read_write_access")
|
||||||
= render :partial => 'projects/branch_select', :locals => {:project => project}
|
= render :partial => 'projects/branch_select', :locals => {:project => project}
|
||||||
|
|
Loading…
Reference in New Issue