summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/show.html.haml
blob: 21e186120c375666f65a9be3ff97f36f9006336f (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: @commit, title: @commit.title