diff --git a/lib/views/status.erb b/lib/views/status.erb
index 169dac5..fc335f0 100644
--- a/lib/views/status.erb
+++ b/lib/views/status.erb
@@ -261,23 +261,29 @@
<% end%>
-
- <% @list.each do |commit| %>
- <% commit_parts = commit.split "\n" %>
+ <% @graph_branches.each do |branch_hash| %>
+
+ <%= branch_hash[:branch] %>
+
+ <% branch_hash[:log].reverse.each do |commit| %>
+ <% end %>
+