##// END OF EJS Templates
hgweb: add base link to file log for paper and coal styles (issue2452)
Kevin Gessner -
r13850:1209e1d5 default
parent child Browse files
Show More
@@ -94,14 +94,12 b' filerevchild = \'<a href="{url}file/{node'
94
94
95 filerename = '{file|escape}@'
95 filerename = '{file|escape}@'
96 filelogrename = '
96 filelogrename = '
97 <tr>
97 <span class="base">
98 <th>base:</th>
98 base
99 <td>
99 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
100 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
100 {file|escape}@{node|short}
101 {file|escape}@{node|short}
101 </a>
102 </a>
102 </span>'
103 </td>
104 </tr>'
105 fileannotateparent = '
103 fileannotateparent = '
106 <tr>
104 <tr>
107 <td class="metatag">parent:</td>
105 <td class="metatag">parent:</td>
@@ -1,5 +1,5 b''
1 <tr class="parity{parity}">
1 <tr class="parity{parity}">
2 <td class="age">{date|age}</td>
2 <td class="age">{date|age}</td>
3 <td class="author">{author|person}</td>
3 <td class="author">{author|person}</td>
4 <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
4 <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td>
5 </tr>
5 </tr>
@@ -93,14 +93,12 b' filerevchild = \'<a href="{url}file/{node'
93
93
94 filerename = '{file|escape}@'
94 filerename = '{file|escape}@'
95 filelogrename = '
95 filelogrename = '
96 <tr>
96 <span class="base">
97 <th>base:</th>
97 base
98 <td>
98 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
99 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
99 {file|escape}@{node|short}
100 {file|escape}@{node|short}
100 </a>
101 </a>
101 </span>'
102 </td>
103 </tr>'
104 fileannotateparent = '
102 fileannotateparent = '
105 <tr>
103 <tr>
106 <td class="metatag">parent:</td>
104 <td class="metatag">parent:</td>
@@ -173,6 +173,7 b' h3 {'
173 .bigtable .age { width: 6em; }
173 .bigtable .age { width: 6em; }
174 .bigtable .author { width: 12em; }
174 .bigtable .author { width: 12em; }
175 .bigtable .description { }
175 .bigtable .description { }
176 .bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; }
176 .bigtable .node { width: 5em; font-family: monospace;}
177 .bigtable .node { width: 5em; font-family: monospace;}
177 .bigtable .lineno { width: 2em; text-align: right;}
178 .bigtable .lineno { width: 2em; text-align: right;}
178 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
179 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
@@ -164,6 +164,7 b' h3 {'
164 .bigtable .age { width: 7em; }
164 .bigtable .age { width: 7em; }
165 .bigtable .author { width: 12em; }
165 .bigtable .author { width: 12em; }
166 .bigtable .description { }
166 .bigtable .description { }
167 .bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; }
167 .bigtable .node { width: 5em; font-family: monospace;}
168 .bigtable .node { width: 5em; font-family: monospace;}
168 .bigtable .permissions { width: 8em; text-align: left;}
169 .bigtable .permissions { width: 8em; text-align: left;}
169 .bigtable .size { width: 5em; text-align: right; }
170 .bigtable .size { width: 5em; text-align: right; }
General Comments 0
You need to be logged in to leave comments. Login now