mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
15 lines
533 B
Plaintext
15 lines
533 B
Plaintext
- page_title "#{@commit.title} (#{@commit.short_id})", "Commits"
|
|
- page_description @commit.description
|
|
|
|
.prepend-top-default
|
|
= render "commit_box"
|
|
- if @commit.status
|
|
= render "ci_menu"
|
|
- else
|
|
%div.block-connector
|
|
= render "projects/diffs/diffs", diffs: @diffs, project: @project, diff_refs: @commit.diff_refs
|
|
= render "projects/notes/notes_with_form"
|
|
- if can_collaborate_with_project?
|
|
- %w(revert cherry-pick).each do |type|
|
|
= render "projects/commit/change", type: type, commit: @commit, title: @commit.title
|