summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/show.html.haml
blob: 104934ef913aba70e75fb3c222732ac771cfaaa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- 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?
  = render "projects/commit/revert", commit_id: @commit.id, title: @commit.title