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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-18 15:56:22 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-07-18 15:56:22 +0300
commit20438213d5f16907f0b0ea2cd2722b6ccfdc7556 (patch)
treed658442c0375640b94e4ab4be86f5641c22e9a9f /app/views/projects/ci
parent640924e4a23dcfe1e8d6b616e822bfc7fce56d8f (diff)
Use `capitalize` instead of `titleize` for manual actions
Diffstat (limited to 'app/views/projects/ci')
-rw-r--r--app/views/projects/ci/pipelines/_pipeline.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/ci/pipelines/_pipeline.html.haml b/app/views/projects/ci/pipelines/_pipeline.html.haml
index 397f26012d4..797e52d1122 100644
--- a/app/views/projects/ci/pipelines/_pipeline.html.haml
+++ b/app/views/projects/ci/pipelines/_pipeline.html.haml
@@ -70,7 +70,7 @@
%li
= link_to play_namespace_project_build_path(@project.namespace, @project, build), method: :post, rel: 'nofollow' do
= icon("play")
- %span= build.name.titleize
+ %span= build.name.capitalize
- if artifacts.present?
.btn-group
%a.dropdown-toggle.btn.btn-default.build-artifacts{type: 'button', 'data-toggle' => 'dropdown'}