From c2d6981db4d6877821674357208ceed9a9a132c8 Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Tue, 21 Jun 2016 11:02:53 -0500 Subject: [PATCH] Capitalize button text --- app/views/projects/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab