Software /
code /
mercurial-template
Comparison
filediff.tmpl @ 8:475f52b6ca68 draft
filediff.tmpl: use `<h3>` for `breadcrumb`.
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Sun, 30 Jul 2023 00:46:54 +0700 |
parent | 0:2f78b9100113 |
comparison
equal
deleted
inserted
replaced
7:ca2f32aab632 | 8:475f52b6ca68 |
---|---|
41 {logo} | 41 {logo} |
42 </div> | 42 </div> |
43 | 43 |
44 <main> | 44 <main> |
45 <hr /> | 45 <hr /> |
46 <h1 class="breadcrumb"><a href="/">Software</a> {pathdef%breadcrumb}</h1> | |
47 | |
48 {searchform} | 46 {searchform} |
49 | 47 |
50 <h2>Diff</h2> | 48 <hr /> |
49 <h3 class="breadcrumb"><a href="/">Software</a> {pathdef%breadcrumb}</h3> | |
50 | |
51 <hr /> | |
52 <h1>Diff</h1> | |
51 <h4>{file|escape} @ {rev}:<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> | 53 <h4>{file|escape} @ {rev}:<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> |
52 {alltags} | 54 {alltags} |
53 </h4> | 55 </h4> |
54 <div class="description">{desc|strip|escape|websub|nonempty}</div> | 56 <div class="description">{desc|strip|escape|websub|nonempty}</div> |
55 | 57 |