diff --git a/app/views/projects/commit/show.html.haml b/app/views/projects/commit/show.html.haml
index fcf75bb3ceb259ca4e36baf1f9e03fa8266cb912..fc91f71e8d2c1686bedec5ade14e3e84e2eb7478 100644
--- a/app/views/projects/commit/show.html.haml
+++ b/app/views/projects/commit/show.html.haml
@@ -1,4 +1,4 @@
-- page_title @commit.id, "Commits"
+- page_title "#{@commit.title} (#{@commit.short_id})", "Commits"
 = render "commit_box"
 = render "projects/diffs/diffs", diffs: @diffs, project: @project
 = render "projects/notes/notes_with_form"