mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-27 21:46:16 +10:00
Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514
18 lines
573 B
Plaintext
18 lines
573 B
Plaintext
- page_title "#{@commit.title} (#{@commit.short_id})", "Commits"
|
|
- page_description @commit.description
|
|
|
|
= render "projects/commits/header_title"
|
|
|
|
.prepend-top-default
|
|
= render "commit_box"
|
|
- if @ci_commit
|
|
= render "ci_menu"
|
|
- else
|
|
%div.block-connector
|
|
= render "projects/diffs/diffs", diffs: @diffs, project: @project,
|
|
diff_refs: @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
|