2016-04-15 22:08:57 +00:00
|
|
|
<div id="{{fileHtmlId}}" class="d2h-file-wrapper" data-lang="{{file.language}}">
|
2016-02-24 00:13:43 +00:00
|
|
|
<div class="d2h-file-header">
|
2016-05-20 22:59:37 +00:00
|
|
|
{{{filePath}}}
|
2016-01-17 13:49:11 +00:00
|
|
|
</div>
|
2023-03-15 04:23:16 +00:00
|
|
|
<div class="d2h-file-diff {{overflowClass}}">
|
2016-02-24 00:13:43 +00:00
|
|
|
<div class="d2h-code-wrapper">
|
|
|
|
|
<table class="d2h-diff-table">
|
2023-03-05 22:48:40 +00:00
|
|
|
<thead hidden>
|
|
|
|
|
<tr>
|
|
|
|
|
<th scope="col">Original file line number</th>
|
|
|
|
|
<th scope="col">Diff line number</th>
|
|
|
|
|
<th scope="col">Content</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
|
2016-02-24 00:13:43 +00:00
|
|
|
<tbody class="d2h-diff-tbody">
|
2016-04-15 22:08:57 +00:00
|
|
|
{{{diffs}}}
|
2016-02-24 00:13:43 +00:00
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-01-17 13:49:11 +00:00
|
|
|
</div>
|