summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/show.html.haml
blob: 069b8b1f1696b897f4b36fd72e7d0109fdefc4f6 (plain)
1
2
3
4
5
6
7
8
9
- page_title "#{@commit.title} (#{@commit.short_id})", "Commits"
= render "projects/commits/header_title"
= render "commit_box"
- if @ci_commit
  = render "ci_menu"
- else
  %div.block-connector
= render "projects/diffs/diffs", diffs: @diffs, project: @project
= render "projects/notes/notes_with_form"