summaryrefslogtreecommitdiff
path: root/app/views/projects/triggers
diff options
context:
space:
mode:
authorShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-04-07 20:01:14 +0900
committerKamil Trzcinski <ayufan@ayufan.eu>2017-04-07 16:17:29 +0200
commit1ae1d85cdc835c8ed7907e83f3e371018c7c8fe6 (patch)
tree414f36a58b0c5f23d780195fff11368a6f9862be /app/views/projects/triggers
parentfb8c49db8b16e45a33cff2839390bcbaab262075 (diff)
downloadgitlab-ce-1ae1d85cdc835c8ed7907e83f3e371018c7c8fe6.tar.gz
N/A to None. Revert validates from validates_presence_of.
Diffstat (limited to 'app/views/projects/triggers')
-rw-r--r--app/views/projects/triggers/_trigger.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/triggers/_trigger.html.haml b/app/views/projects/triggers/_trigger.html.haml
index 9ab0cd3486c..3ed1fc9ac23 100644
--- a/app/views/projects/triggers/_trigger.html.haml
+++ b/app/views/projects/triggers/_trigger.html.haml
@@ -33,7 +33,7 @@
- if trigger.trigger_schedule.persisted?
= trigger.trigger_schedule.real_next_run
- else
- N/A (External trigger)
+ None (External trigger)
%td.text-right.trigger-actions
- take_ownership_confirmation = "By taking ownership you will bind this trigger to your user account. With this the trigger will have access to all your projects as if it was you. Are you sure?"