Commit cd296765 authored by Jacob Schatz's avatar Jacob Schatz Committed by Robert Speicher

Merge branch 'fix-button-title' into 'master'

Capitalize button text

Capitalizes button text to match the rest.

See merge request !4834
parent edf96e78
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
- unless @repository.gitlab_ci_yml - unless @repository.gitlab_ci_yml
%li.missing %li.missing
= link_to add_special_file_path(@project, file_name: '.gitlab-ci.yml') do = link_to add_special_file_path(@project, file_name: '.gitlab-ci.yml') do
Set up CI Set Up CI
- if @repository.commit - if @repository.commit
.content-block.second-block.white .content-block.second-block.white
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment