fix label name

This commit is contained in:
Nihad Abbasov 2012-11-29 14:26:18 -08:00
parent 2d17d6f1bc
commit eb061b9b06

View file

@ -25,7 +25,7 @@
= f.check_box :active
.control-group
= f.label :active, "Project URL", class: "control-label"
= f.label :project_url, "Project URL", class: "control-label"
.controls
= f.text_field :project_url, class: "input-xlarge", placeholder: "http://ci.gitlabhq.com/projects/3"