← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ines-almeida/launchpad:remove-beta-warning-from-webhooks-page into launchpad:master

 

Ines Almeida has proposed merging ~ines-almeida/launchpad:remove-beta-warning-from-webhooks-page into launchpad:master.

Commit message:
Remove 'beta' warning from webhooks page template

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/445047

The warning itself hasn't been updated in 8 years, so I assume it's safe to say it passed the beta stage :)
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad:remove-beta-warning-from-webhooks-page into launchpad:master.
diff --git a/lib/lp/services/webhooks/templates/webhooktarget-webhooks.pt b/lib/lp/services/webhooks/templates/webhooktarget-webhooks.pt
index 1cc4217..81e5de5 100644
--- a/lib/lp/services/webhooks/templates/webhooktarget-webhooks.pt
+++ b/lib/lp/services/webhooks/templates/webhooktarget-webhooks.pt
@@ -15,12 +15,6 @@
         send a POST request to any matching webhook URLs that you've
         specified.
       </p>
-      <div>
-        <div class="beta" style="display: inline">
-          <img class="beta" alt="[BETA]" src="/@@/beta" /></div>
-        The supported events are Git and Bazaar pushes,
-        snap package builds, and OCI image builds.
-      </div>
       <ul class="horizontal">
         <li>
           <a class="sprite add"

Follow ups