[refs #195] one click select

This commit is contained in:
Alexander Machehin 2012-03-12 16:13:34 +06:00
parent 04622790fc
commit 26e80af8cb
1 changed files with 1 additions and 1 deletions

View File

@ -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', :readonly => true
:type => 'text',:spellcheck => 'false', :readonly => true, :onfocus => "this.select()"
.role
= t("layout.read_write_access")
= render :partial => 'projects/branch_select', :locals => {:project => project}