# HG changeset patch # User Gregory Szorc # Date 1497041136 25200 # Node ID cb5123eff7d1b50b24495f18dc84bd8d8ea3898c # Parent 58f3088aa2f5db6d742a23ec542686fde8f696ac hgweb: consistently add search form to all gitweb pages Paper has it on all pages. Not sure why gitweb doesn't. I think it should be everywhere because it is a useful feature. Also, we weren't consistently adding the HTML in the same place. This was OK since the element is absolutely positioned. But this bothered me a bit, so I went ahead and fixed it. diff -r 58f3088aa2f5 -r cb5123eff7d1 mercurial/templates/gitweb/bookmarks.tmpl --- a/mercurial/templates/gitweb/bookmarks.tmpl Fri Jun 09 13:42:38 2017 -0700 +++ b/mercurial/templates/gitweb/bookmarks.tmpl Fri Jun 09 13:45:36 2017 -0700 @@ -10,6 +10,7 @@