summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-25 13:18:55 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-25 13:18:55 +0100
commit9e7e2c6b9d2e46720c0375b6c44a2fb5e0f7acbe (patch)
treec1f218659f2514599ac3182200db853353a212f4 /app/views/projects
parentb105b84e3ac34915cf00b7bfec923abf98d035ab (diff)
downloadgitlab-ce-9e7e2c6b9d2e46720c0375b6c44a2fb5e0f7acbe.tar.gz
Small refactoring and rewording
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects')
-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