Merge pull request #278 from warpc/195-change_input_repo_url

[Refs #195] change repo url to readonly
This commit is contained in:
Vladimir Sharshov 2012-03-07 07:44:35 -08:00
commit 48c803c7eb
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}