summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-06-21 11:02:53 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-06-21 11:02:53 -0500
commitc2d6981db4d6877821674357208ceed9a9a132c8 (patch)
tree68d00f8833f2a2929f780a6d97b2284c4d40c2c3
parentdf689bdf69eec47475dcfd16cc7cf01bfc5686b2 (diff)
downloadgitlab-ce-fix-button-title.tar.gz
Capitalize button textfix-button-title
-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