Commit Diff


commit - 87f9ebf5e2e3e64f8f5da0f572efe6ef1ce51ace
commit + ce0d9b90810685e3140a27be24e1a9e08e3b2e87
blob - a205f7481950727bdf8a85c169eb6c4d45882c3d
blob + db8a01f4dd37dcc285242b29233568af515b0c8c
--- gotweb/gotweb_ui.h
+++ gotweb/gotweb_ui.h
@@ -140,7 +140,7 @@ char *heads_navs =
 	"<a href='?path=%s&action=summary&headref=%s'>summary</a> | " \
 	"<a href='?path=%s&action=logbriefs&headref=%s'>log briefs</a> | " \
 	"<a href='?path=%s&action=log&headref=%s'>log</a> | " \
-	"<a href='?path=%s&action=tree&headref=%s'>commit</a>";
+	"<a href='?path=%s&action=commit&headref=%s'>commit</a>";
 
 char *commit_diff_html =
 	"<div id='commit_diff_title'>Diff:</div>" \