← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/git-not-beta into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/git-not-beta into lp:launchpad.

Commit message:
Drop the beta indication for Git on Product:+configure-code.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/git-not-beta/+merge/291247

Drop the beta indication for Git on Product:+configure-code.  Git is pretty well in production on Launchpad at this point.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/git-not-beta into lp:launchpad.
=== modified file 'lib/lp/code/templates/configure-code.pt'
--- lib/lp/code/templates/configure-code.pt	2015-06-24 21:14:20 +0000
+++ lib/lp/code/templates/configure-code.pt	2016-04-07 13:06:26 +0000
@@ -33,8 +33,7 @@
                 <li>
                   <label tal:replace="structure view/default_vcs_git">
                     Git
-                    </label> <div style="display: inline"
-                    class="beta"><img alt="[BETA]" src="/@@/beta" /></div>
+                  </label>
                 </li>
               </ul>
               <p>Your project may have both Git repositories and Bazaar branches.


Follow ups