mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 11:36:09 +10:00
6 lines
257 B
Plaintext
6 lines
257 B
Plaintext
- page_title "#{@commit.title} (#{@commit.short_id})", "Commits"
|
|
= render "projects/commits/header_title"
|
|
= render "commit_box"
|
|
= render "projects/diffs/diffs", diffs: @diffs, project: @project
|
|
= render "projects/notes/notes_with_form", view: params[:view]
|