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:
authorShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-04-07 14:01:14 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2017-04-07 17:17:29 +0300
commit1ae1d85cdc835c8ed7907e83f3e371018c7c8fe6 (patch)
tree414f36a58b0c5f23d780195fff11368a6f9862be /app/views/projects/triggers
parentfb8c49db8b16e45a33cff2839390bcbaab262075 (diff)
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?"