file-summary-line.mustache 360 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10
<li class="d2h-file-list-line">
    <span class="d2h-file-name-wrapper">
      {{>fileIcon}}
      <a href="#{{fileHtmlId}}" class="d2h-file-name">{{fileName}}</a>
      <span class="d2h-file-stats">
          <span class="d2h-lines-added">{{addedLines}}</span>
          <span class="d2h-lines-deleted">{{deletedLines}}</span>
      </span>
    </span>
</li>