[refs #195] change repo url to readonly

This commit is contained in:
Alexander Machehin 2012-03-07 20:48:33 +06:00
parent 1cb109119d
commit db8e1881ba
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', :disabled => 'disabled'
:type => 'text',:spellcheck => 'false', :readonly => true
.role
= t("layout.read_write_access")
= render :partial => 'projects/branch_select', :locals => {:project => project}