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