summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/show.html.haml
blob: 60b112e67d49e260c6d5ab2b0b71d41c2a0fa860 (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", view: params[:view]