summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2016-05-11 23:46:19 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2016-05-13 01:28:55 +0900
commit18fdbf0a035b6feec3b576c01ee1a2f3a95e4305 (patch)
tree48c31ad39c14b9051e63eb6e11f7d81a08775697 /app
parent95163307ae0c363d309b02c624c40b1ad9a03f06 (diff)
downloadgitlab-ce-18fdbf0a035b6feec3b576c01ee1a2f3a95e4305.tar.gz
Fix a description for default scope on builds
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/builds/index.html.haml2
-rw-r--r--app/views/projects/builds/index.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/builds/index.html.haml b/app/views/admin/builds/index.html.haml
index 804d7851bdb..ed24757087b 100644
--- a/app/views/admin/builds/index.html.haml
+++ b/app/views/admin/builds/index.html.haml
@@ -20,7 +20,7 @@
= link_to 'Cancel all', cancel_all_admin_builds_path, data: { confirm: 'Are you sure?' }, class: 'btn btn-danger', method: :post
.row-content-block.second-block
- #{(@scope || 'running').capitalize} builds
+ #{(@scope || 'all').capitalize} builds
%ul.content-list
- if @builds.blank?
diff --git a/app/views/projects/builds/index.html.haml b/app/views/projects/builds/index.html.haml
index 2e8015d119b..98f4a9416e5 100644
--- a/app/views/projects/builds/index.html.haml
+++ b/app/views/projects/builds/index.html.haml
@@ -36,7 +36,7 @@
%span CI Lint
.row-content-block
- #{(@scope || 'running').capitalize} builds from this project
+ #{(@scope || 'all').capitalize} builds from this project
%ul.content-list
- if @builds.blank?