summaryrefslogtreecommitdiff
path: root/app/views/ci/lints/_create.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci/lints/_create.html.haml')
-rw-r--r--app/views/ci/lints/_create.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/ci/lints/_create.html.haml b/app/views/ci/lints/_create.html.haml
index c91602fcff7..30bf1384b22 100644
--- a/app/views/ci/lints/_create.html.haml
+++ b/app/views/ci/lints/_create.html.haml
@@ -22,10 +22,10 @@
%b Tag list:
= build[:tag_list].to_a.join(", ")
%br
- %b Refs only:
+ %b Only policy:
= @jobs[build[:name].to_sym][:only].to_a.join(", ")
%br
- %b Refs except:
+ %b Except policy:
= @jobs[build[:name].to_sym][:except].to_a.join(", ")
%br
%b Environment: