Add missing pending for terminal template

This commit is contained in:
lowlighter
2020-10-24 00:51:39 +02:00
parent ca0a6d559e
commit a19988f63e
3 changed files with 8 additions and 8 deletions

View File

@@ -58,8 +58,7 @@ Last generated: <%= new Date().toGMTString() %>
<b><%= `${user.watching.totalCount}`.padStart(5) %></b> repositor<%= s(user.watching.totalCount, "y") %> watched
<% if (computed.plugins.lines) { -%><% if (computed.plugins.lines.error) { -%>
<span class="diff error">@@ <%= computed.plugins.lines.error %> @@</span>
<% } else { -%>
<span class="diff error">@@ <%= computed.plugins.lines.error %> @@</span><% } else { -%>
<span class="diff">@@ -<%= computed.plugins.lines.deleted %> +<%= computed.plugins.lines.added %> @@</span>
<% }} -%></div>

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB