Include commit message in page title.

This commit is contained in:
Douwe Maan 2015-04-30 21:12:31 +02:00
parent 4d7759156b
commit f723968374
1 changed files with 1 additions and 1 deletions

View File

@ -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"