# HG changeset patch # User FUJIWARA Katsunori # Date 1397694968 -32400 # Node ID 9ea9e94c7492d25d666b16e390c7a20d869e1141 # Parent 26f39f28b059eb1008fc1d8959a0f7f95db58f5e hgweb: fix lack of "bookmarks" link in "/file" page of "paper" style This patch also fixes same problem of "coal" style, because it re-uses "filerevision.tmpl" of "paper" style. "gitweb" and "monoblue" styles don't have such problems. "spartan" style doesn't have "bookmarks" page definition itself. diff -r 26f39f28b059 -r 9ea9e94c7492 mercurial/templates/paper/filerevision.tmpl --- a/mercurial/templates/paper/filerevision.tmpl Thu Apr 17 11:48:22 2014 -0700 +++ b/mercurial/templates/paper/filerevision.tmpl Thu Apr 17 09:36:08 2014 +0900 @@ -13,6 +13,7 @@
  • log
  • graph
  • tags
  • +
  • bookmarks
  • branches