##// 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 37 <div class="title" >
38 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 40 </div>
41 41
42 42 <table>
@@ -48,7 +48,7 b''
48 48 log {file|escape} @ {rev}:<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
49 49 {alltags}
50 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 52 </h3>
53 53
54 54 {searchform}
@@ -741,7 +741,7 b' before addition - error'
741 741 <h3>
742 742 log c @ 7:<a href="/rev/46c1a66bd8fc">46c1a66bd8fc</a>
743 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 745 </h3>
746 746
747 747
@@ -861,7 +861,7 b' before addition - error'
861 861 <h3>
862 862 log c @ 7:<a href="/rev/46c1a66bd8fc?revcount=1">46c1a66bd8fc</a>
863 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 865 </h3>
866 866
867 867
@@ -1380,7 +1380,7 b" filelog with 'linerange' and 'patch'"
1380 1380 <h3>
1381 1381 log c @ 12:<a href="/rev/6e4182052f7b">6e4182052f7b</a>
1382 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 1384 </h3>
1385 1385
1386 1386
@@ -1637,7 +1637,7 b" filelog with 'linerange' and 'patch'"
1637 1637 <h3>
1638 1638 log c @ 8:<a href="/rev/5c6574614c37">5c6574614c37</a>
1639 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 1641 </h3>
1642 1642
1643 1643
General Comments 0
You need to be logged in to leave comments. Login now