summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/show.html.haml
blob: f8681024d1be73fb35b8af3ab0c837c069b8b075 (plain)
1
2
3
4
5
- page_title "#{@commit.title} (#{@commit.short_id})", "Commits"
= render "projects/commits/header_title"
= render "commit_box"
= render "projects/diffs/diffs", diffs: @diffs, project: @project
= render "projects/notes/notes_with_form", view: params[:view]