mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
16 lines
535 B
Plaintext
16 lines
535 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: @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
|