summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/show.html.haml
blob: fcf75bb3ceb259ca4e36baf1f9e03fa8266cb912 (plain)
1
2
3
4
- page_title @commit.id, "Commits"
= render "commit_box"
= render "projects/diffs/diffs", diffs: @diffs, project: @project
= render "projects/notes/notes_with_form"