Commit 14813d1f authored by Mike Greiling's avatar Mike Greiling

remove link to hide shared runner quota alert for one month

parent 982a6c39
......@@ -37,13 +37,6 @@
$(this).parents('.no-password-message').remove();
return e.preventDefault();
});
$('.hide-shared-runner-limit-message-one-month').on('click', function(e) {
var $alert = $(this).parents('.shared-runner-quota-message');
var scope = $alert.data('scope');
Cookies.set('hide_shared_runner_quota_message', 'false', { expires: 31, path: scope });
$alert.remove();
e.preventDefault();
});
$('.hide-shared-runner-limit-message').on('click', function(e) {
var $alert = $(this).parents('.shared-runner-quota-message');
var scope = $alert.data('scope');
......
......@@ -9,6 +9,4 @@
has exceeded their build minutes quota. Pipelines will not run anymore on shared runners.
.pull-right
= link_to "Don't show again this month", '#', class: 'hide-shared-runner-limit-message-one-month alert-link'
|
= link_to 'Remind later', '#', class: 'hide-shared-runner-limit-message alert-link'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment