fix label name
This commit is contained in:
parent
2d17d6f1bc
commit
eb061b9b06
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue