diff2html/src/templates/line-by-line-file-diff.mustache

15 lines
413 B
Text
Raw Normal View History

2016-04-15 22:08:57 +00:00
<div id="{{fileHtmlId}}" class="d2h-file-wrapper" data-lang="{{file.language}}">
<div class="d2h-file-header">
2016-05-20 22:59:37 +00:00
{{{filePath}}}
</div>
<div class="d2h-file-diff">
<div class="d2h-code-wrapper">
<table class="d2h-diff-table">
<tbody class="d2h-diff-tbody">
2016-04-15 22:08:57 +00:00
{{{diffs}}}
</tbody>
</table>
</div>
</div>
</div>