Commit eb061b9b authored by Nihad Abbasov's avatar Nihad Abbasov

fix label name

parent 2d17d6f1
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
= f.check_box :active = f.check_box :active
.control-group .control-group
= f.label :active, "Project URL", class: "control-label" = f.label :project_url, "Project URL", class: "control-label"
.controls .controls
= f.text_field :project_url, class: "input-xlarge", placeholder: "http://ci.gitlabhq.com/projects/3" = f.text_field :project_url, class: "input-xlarge", placeholder: "http://ci.gitlabhq.com/projects/3"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment