@<%= it.commit.repository.full_name %>
<%= title %>
<% if (body) { %><%= body %>
<% } %><%= it.commit.stats.total %> lines changed
+<%= it.commit.stats.additions %> -<%= it.commit.stats.deletions %>
committed <%= new Intl.DateTimeFormat('en-US', { dateStyle: 'long' }).format(new Date(it.commit.created_at)) %>
ยท
<%= it.commit.sha.slice(0, 7) %>