summaryrefslogtreecommitdiff
path: root/app/views/notes/create.js.haml
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-11-17 20:24:12 +0100
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-03 22:51:56 +0100
commit3bc507e5c5139c3e43558152675e222dd4b25927 (patch)
treedca5f8551c30808cecdff73272cf3031eb754e94 /app/views/notes/create.js.haml
parent534bd5a268bc3409db1352198222275ff844316d (diff)
downloadgitlab-ce-3bc507e5c5139c3e43558152675e222dd4b25927.tar.gz
Rename diff note partials
Diffstat (limited to 'app/views/notes/create.js.haml')
-rw-r--r--app/views/notes/create.js.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notes/create.js.haml b/app/views/notes/create.js.haml
index 03866591c4f..9921312e6eb 100644
--- a/app/views/notes/create.js.haml
+++ b/app/views/notes/create.js.haml
@@ -1,5 +1,5 @@
- if @note.line_code
- = render "create_per_line_note", note: @note
+ = render "create_diff_note", note: @note
- else
= render "create_common_note", note: @note