summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/show.html.haml
blob: fc91f71e8d2c1686bedec5ade14e3e84e2eb7478 (plain)
1
2
3
4
- 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"