diff --git a/templates/repo/graph.tmpl b/templates/repo/graph.tmpl
index 5f4d9f1d62..493ac7a696 100644
--- a/templates/repo/graph.tmpl
+++ b/templates/repo/graph.tmpl
@@ -2,39 +2,37 @@
 
 	{{template "repo/header" .}}
 	
-	  
-		  
{{.i18n.Tr "repo.commit_graph"}}
-	    
-	      
-	    
-	    
-	      
-		{{ range .Graph }}
-		- 
-		  {{ if .OnlyRelation }}
-		  
-		  {{ else }}
-		  
-		    {{ .ShortRev}}
-		  -		   {{.Branch}}
-		  {{RenderCommitMessage .Subject $.RepoLink $.Repository.ComposeMetas}} by
-		  
-		    {{.Author}}
-		  
-		  {{.Date}}
-		  {{ end }}
-
-		{{ end }}
-
-	    
-	  
+		
+			
{{.i18n.Tr "repo.commit_graph"}}
+			
+				
+			
+			
+				
+					{{ range .Graph }}
+						- 
+							{{ if .OnlyRelation }}
+								
+							{{ else }}
+								
+									{{ .ShortRev}}
+								+								 {{.Branch}}
+								{{RenderCommitMessage .Subject $.RepoLink $.Repository.ComposeMetas}} by
+								{{.Author}}
+								{{.Date}}
+							{{ end }}
+
+					{{ end }}
+
+			
+