##// END OF EJS Templates
templates: reword 'back to filelog' link anchor text...
Jordi Gutiérrez Hermoso -
r35089:79cbf5cc default
parent child Browse files
Show More
@@ -36,7 +36,7 b' revisions |'
36
36
37 <div class="title" >
37 <div class="title" >
38 {file|urlescape}{if(linerange,
38 {file|urlescape}{if(linerange,
39 ' (following lines {linerange}{if(descend, ', descending')} <a href="{url|urlescape}log/{symrev}/{file|urlescape}{sessionvars%urlparameter}">back to filelog</a>)')}
39 ' (following lines {linerange}{if(descend, ', descending')} <a href="{url|urlescape}log/{symrev}/{file|urlescape}{sessionvars%urlparameter}">all revisions for this file</a>)')}
40 </div>
40 </div>
41
41
42 <table>
42 <table>
@@ -48,7 +48,7 b''
48 log {file|escape} @ {rev}:<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
48 log {file|escape} @ {rev}:<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
49 {alltags}
49 {alltags}
50 {if(linerange,
50 {if(linerange,
51 ' (following lines {linerange}{if(descend, ', descending')} <a href="{url|urlescape}log/{symrev}/{file|urlescape}{sessionvars%urlparameter}">back to filelog</a>)')}
51 ' (following lines {linerange}{if(descend, ', descending')} <a href="{url|urlescape}log/{symrev}/{file|urlescape}{sessionvars%urlparameter}">all revisions for this file</a>)')}
52 </h3>
52 </h3>
53
53
54 {searchform}
54 {searchform}
@@ -741,7 +741,7 b' before addition - error'
741 <h3>
741 <h3>
742 log c @ 7:<a href="/rev/46c1a66bd8fc">46c1a66bd8fc</a>
742 log c @ 7:<a href="/rev/46c1a66bd8fc">46c1a66bd8fc</a>
743 <span class="phase">draft</span> <span class="branchhead">a-branch</span> <span class="tag">tip</span>
743 <span class="phase">draft</span> <span class="branchhead">a-branch</span> <span class="tag">tip</span>
744 (following lines 1:2 <a href="/log/tip/c">back to filelog</a>)
744 (following lines 1:2 <a href="/log/tip/c">all revisions for this file</a>)
745 </h3>
745 </h3>
746
746
747
747
@@ -861,7 +861,7 b' before addition - error'
861 <h3>
861 <h3>
862 log c @ 7:<a href="/rev/46c1a66bd8fc?revcount=1">46c1a66bd8fc</a>
862 log c @ 7:<a href="/rev/46c1a66bd8fc?revcount=1">46c1a66bd8fc</a>
863 <span class="phase">draft</span> <span class="branchhead">a-branch</span> <span class="tag">tip</span>
863 <span class="phase">draft</span> <span class="branchhead">a-branch</span> <span class="tag">tip</span>
864 (following lines 1:2 <a href="/log/tip/c?revcount=1">back to filelog</a>)
864 (following lines 1:2 <a href="/log/tip/c?revcount=1">all revisions for this file</a>)
865 </h3>
865 </h3>
866
866
867
867
@@ -1380,7 +1380,7 b" filelog with 'linerange' and 'patch'"
1380 <h3>
1380 <h3>
1381 log c @ 12:<a href="/rev/6e4182052f7b">6e4182052f7b</a>
1381 log c @ 12:<a href="/rev/6e4182052f7b">6e4182052f7b</a>
1382 <span class="phase">draft</span> <span class="branchhead">a-branch</span> <span class="tag">tip</span>
1382 <span class="phase">draft</span> <span class="branchhead">a-branch</span> <span class="tag">tip</span>
1383 (following lines 3:4 <a href="/log/tip/c">back to filelog</a>)
1383 (following lines 3:4 <a href="/log/tip/c">all revisions for this file</a>)
1384 </h3>
1384 </h3>
1385
1385
1386
1386
@@ -1637,7 +1637,7 b" filelog with 'linerange' and 'patch'"
1637 <h3>
1637 <h3>
1638 log c @ 8:<a href="/rev/5c6574614c37">5c6574614c37</a>
1638 log c @ 8:<a href="/rev/5c6574614c37">5c6574614c37</a>
1639 <span class="phase">draft</span> <span class="branchname">a-branch</span>
1639 <span class="phase">draft</span> <span class="branchname">a-branch</span>
1640 (following lines 3:4, descending <a href="/log/8/c">back to filelog</a>)
1640 (following lines 3:4, descending <a href="/log/8/c">all revisions for this file</a>)
1641 </h3>
1641 </h3>
1642
1642
1643
1643
General Comments 0
You need to be logged in to leave comments. Login now