summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/diff_files.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/commit/diff_files.html.haml')
-rw-r--r--app/views/projects/commit/diff_files.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/commit/diff_files.html.haml b/app/views/projects/commit/diff_files.html.haml
new file mode 100644
index 00000000000..3a473be3840
--- /dev/null
+++ b/app/views/projects/commit/diff_files.html.haml
@@ -0,0 +1,3 @@
+- diff_files = diffs.diff_files
+
+= render partial: 'projects/diffs/file', collection: diff_files, as: :diff_file, locals: { project: diffs.project, environment: environment, diff_page_context: 'is-commit' }