Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-06-21 19:44:56 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-21 20:18:45 +0300
commitcd2967656b432826188c41117499a1bcc0275591 (patch)
tree3f8863f9f13d6ae5e689067db010d61e5e8dbc43
parentedf96e78e59d4688af0b58f73dbc536ee7dffca5 (diff)
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