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