From eb061b9b061a51d5a5610763f94f68a7ef72423a Mon Sep 17 00:00:00 2001 From: Nihad Abbasov Date: Thu, 29 Nov 2012 14:26:18 -0800 Subject: [PATCH] fix label name --- app/views/services/_gitlab_ci.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/services/_gitlab_ci.html.haml b/app/views/services/_gitlab_ci.html.haml index 3c9820b..4c1ec5b 100644 --- a/app/views/services/_gitlab_ci.html.haml +++ b/app/views/services/_gitlab_ci.html.haml @@ -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" -- libgit2 0.21.2