% unless framework_v2 %>
<%= render 'plugins/github_commit_graph/v1/half_horizontal', local_assigns %>
<% else %>
<%= contributions[:total] %>
Contributions
<%= stats[:longest_streak] %>
Longest streak
<%= stats[:current_streak] %>
Current streak
<% contributions[:commits].each do |week_of_commits| %>
<% week_of_commits[:contributionDays].each do |day| %>
<% end %>
<% end %>
GitHub
<%= instance_name %>
<%= render 'plugins/github_commit_graph/common' %>
<% end %>