Commit eb061b9b061a51d5a5610763f94f68a7ef72423a
1 parent
2d17d6f1
Exists in
master
and in
4 other branches
fix label name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/services/_gitlab_ci.html.haml
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 | = f.check_box :active |
26 | 26 | |
27 | 27 | .control-group |
28 | - = f.label :active, "Project URL", class: "control-label" | |
28 | + = f.label :project_url, "Project URL", class: "control-label" | |
29 | 29 | .controls |
30 | 30 | = f.text_field :project_url, class: "input-xlarge", placeholder: "http://ci.gitlabhq.com/projects/3" |
31 | 31 | ... | ... |