Mercurial > hg
comparison tests/test-hgweb-commands.t @ 21120:9ea9e94c7492
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.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Thu, 17 Apr 2014 09:36:08 +0900 |
parents | 91eb605022f5 |
children | 50981ce36236 |
comparison
equal
deleted
inserted
replaced
21119:26f39f28b059 | 21120:9ea9e94c7492 |
---|---|
951 </div> | 951 </div> |
952 <ul> | 952 <ul> |
953 <li><a href="/shortlog/a4f92ed23982">log</a></li> | 953 <li><a href="/shortlog/a4f92ed23982">log</a></li> |
954 <li><a href="/graph/a4f92ed23982">graph</a></li> | 954 <li><a href="/graph/a4f92ed23982">graph</a></li> |
955 <li><a href="/tags">tags</a></li> | 955 <li><a href="/tags">tags</a></li> |
956 <li><a href="/bookmarks">bookmarks</a></li> | |
956 <li><a href="/branches">branches</a></li> | 957 <li><a href="/branches">branches</a></li> |
957 </ul> | 958 </ul> |
958 <ul> | 959 <ul> |
959 <li><a href="/rev/a4f92ed23982">changeset</a></li> | 960 <li><a href="/rev/a4f92ed23982">changeset</a></li> |
960 <li><a href="/file/a4f92ed23982/">browse</a></li> | 961 <li><a href="/file/a4f92ed23982/">browse</a></li> |