summaryrefslogtreecommitdiff
path: root/app/views/projects/builds/index.html.haml
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/views/projects/builds/index.html.haml
parent95163307ae0c363d309b02c624c40b1ad9a03f06 (diff)
downloadgitlab-ce-18fdbf0a035b6feec3b576c01ee1a2f3a95e4305.tar.gz
Fix a description for default scope on builds
Diffstat (limited to 'app/views/projects/builds/index.html.haml')
-rw-r--r--app/views/projects/builds/index.html.haml2
1 files changed, 1 insertions, 1 deletions
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?