mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
7 lines
269 B
Plaintext
7 lines
269 B
Plaintext
- 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"
|