summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/show.html.haml
blob: 85e203cbe574f07e49211f0b925cfda1551564e5 (plain)
1
2
3
4
5
6
- page_title "#{@commit.title} (#{@commit.short_id})", "Commits"
= render "projects/commits/header_title"
= render "commit_box"
= render "ci_menu" if @ci_commit
= render "projects/diffs/diffs", diffs: @diffs, project: @project
= render "projects/notes/notes_with_form"