<%= render :icon, name: commit.icon, alt: commit.kind %> <%= commit.subject %>
<%= render :avatar, name: commit.author.name, url: commit.avatar_url(commit.author) %> <%= commit.files_changed %> <%= commit.total_deletions %> / <%= commit.total_insertions %> <%= commit.issue.id %> <%= commit.review.id %>
<%= commit.tag %>

Message

<% if commit.body.empty? %>

None.

<% else %> <%= commit.safe_body %> <% end %>
<% unless commit.notes.empty? %>

Notes

<%= commit.notes.html_safe %>
<% end %>

Info

Author

<%= render :avatar, name: commit.author.name, url: commit.avatar_url(commit.author) %> <%= render :profile, name: commit.author.name, url: commit.profile_url(commit.author) %>

<% if commit.collaborators.any? %>

Collaborators

<% commit.collaborators.each do |collaborator| %>

<%= render :avatar, name: collaborator.name, url: commit.avatar_url(collaborator) %> <%= render :profile, name: collaborator.name, url: commit.profile_url(collaborator) %>

<% end %> <% end %> <% if commit.signers.any? %>

Signers

<% commit.signers.each do |signer| %>

<%= render :avatar, name: signer.name, url: commit.avatar_url(signer) %> <%= render :profile, name: signer.name, url: commit.profile_url(signer) %>

<% end %> <% end %>

Signature

<%= commit.signature %>

<% unless String(commit.fingerprint).empty? %>

Fingerprint

<%= commit.fingerprint %>

<% end %> <% unless String(commit.fingerprint_key).empty? %>

Fingerprint Primary Key

<%= commit.fingerprint_key %>

<% end %>

Created