summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-03 22:28:13 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-03 22:28:13 +0300
commit6dd23ebb825ccdfc2c11a61a7a36ea4b671c2a67 (patch)
tree2adacca39c546a1506b2c5fc523a7649e0349a68 /app/views
parentc389a94b5b5c8d4637c0f34abb02c94ca0eb3fe1 (diff)
downloadgitlab-ci-6dd23ebb825ccdfc2c11a61a7a36ea4b671c2a67.tar.gz
text fixes
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/_guide.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_guide.html.haml b/app/views/shared/_guide.html.haml
index 0b47f7e..a1709dd 100644
--- a/app/views/shared/_guide.html.haml
+++ b/app/views/shared/_guide.html.haml
@@ -6,7 +6,7 @@
Add at least one runner to the project.
Go to #{link_to 'Runners page', project_runners_path(@project), target: :blank} for instructions.
%li
- Put the .gitlab-ci.yml in the root of your repository. Examples can be found in #{link_to "Configuraton of your builds with .gitlab-ci.yaml", "http://doc.gitlab.com/ci/builds_configuration/README.html", target: :blank}
+ Put the .gitlab-ci.yml in the root of your repository. Examples can be found in #{link_to "Configuraton of your builds with .gitlab-ci.yml", "http://doc.gitlab.com/ci/builds_configuration/README.html", target: :blank}
%li
Visit #{link_to 'GitLab project settings', @project.gitlab_url + "/services/gitlab_ci/edit", target: :blank}
and press the "Test settings" button.