8 lines
No EOL
333 B
Text
8 lines
No EOL
333 B
Text
<div class="commit-stats info-line">
|
|
<%~ include('../icons/file-plus-minus.eta') %>
|
|
<p><%= it.stats.total %> lines changed</p>
|
|
<p style="display: flex; gap: 0.125em; font-weight: 700;">
|
|
<span style="color: #53d37c;">+<%= it.stats.additions %></span>
|
|
<span style="color: #d35353;">-<%= it.stats.deletions %></span>
|
|
</p>
|
|
</div> |