Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-25 15:18:55 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-25 15:18:55 +0300
commit9e7e2c6b9d2e46720c0375b6c44a2fb5e0f7acbe (patch)
treec1f218659f2514599ac3182200db853353a212f4 /app
parentb105b84e3ac34915cf00b7bfec923abf98d035ab (diff)
Small refactoring and rewording
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/_builds_settings.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_builds_settings.html.haml b/app/views/projects/_builds_settings.html.haml
index 095e7e45df7..9ae6964aaac 100644
--- a/app/views/projects/_builds_settings.html.haml
+++ b/app/views/projects/_builds_settings.html.haml
@@ -5,7 +5,7 @@
- unless @repository.gitlab_ci_yml
.form-group
.col-sm-offset-2.col-sm-10
- %p Before you can use Builds (Continuous Integration) feature you need to setup it.
+ %p Builds need to be configured before you can begin using Continuous Integration.
= link_to 'Get started with Builds', help_page_path('ci/quick_start', 'README'), class: 'btn btn-info'
%hr