diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-06-21 11:02:53 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-06-21 11:02:53 -0500 |
commit | c2d6981db4d6877821674357208ceed9a9a132c8 (patch) | |
tree | 68d00f8833f2a2929f780a6d97b2284c4d40c2c3 | |
parent | df689bdf69eec47475dcfd16cc7cf01bfc5686b2 (diff) | |
download | gitlab-ce-c2d6981db4d6877821674357208ceed9a9a132c8.tar.gz |
Capitalize button textfix-button-title
-rw-r--r-- | app/views/projects/show.html.haml | 2 |
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 |