summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-06-21 16:44:56 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-06-21 16:44:56 +0000
commit707e8d434da9dd8ee07ac2cb8b9556c132aa52ca (patch)
treed98d9cd11c4c0f48ec3d7d0c45f6585fa7530046
parentc70c3bad8aeb49f349d71c0f91570264350420a7 (diff)
parentc2d6981db4d6877821674357208ceed9a9a132c8 (diff)
downloadgitlab-ce-707e8d434da9dd8ee07ac2cb8b9556c132aa52ca.tar.gz
Merge branch 'fix-button-title' into 'master'
Capitalize button text Capitalizes button text to match the rest. See merge request !4834
-rw-r--r--app/views/projects/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 5f041aedfc0..15f0d85194b 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -60,7 +60,7 @@
- unless @repository.gitlab_ci_yml
%li.missing
= link_to add_special_file_path(@project, file_name: '.gitlab-ci.yml') do
- Set up CI
+ Set Up CI
- if @repository.commit
.content-block.second-block.white