og/views/partials/commit-stats.eta

8 lines
333 B
Text
Raw Normal View History

2023-08-03 07:54:05 -04:00
<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>