diff2html/src/templates/generic-file-path.mustache
2016-05-22 10:12:20 +01:00

6 lines
234 B
Text

<span class="d2h-file-path-wrapper">
<span class="d2h-icon-wrapper">{{>fileIcon}}</span>
<span class="d2h-file-path">{{fileDiffPath}}</span>
<span class="d2h-file-name">{{fileDiffFilename}}</span>
{{>fileTag}}
</span>