summaryrefslogtreecommitdiff
path: root/app/views/notes/index.js.haml
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-02 20:53:50 +0100
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-03 22:51:55 +0100
commit5c2f6d7f050222d2601218a0bec1dadcee5fcfa0 (patch)
treefaf39d771e800bec5df91df7fa5c295878e4b55e /app/views/notes/index.js.haml
parent0b3df2f12849a98c92e53d6d28a43b27c71608bd (diff)
downloadgitlab-ce-5c2f6d7f050222d2601218a0bec1dadcee5fcfa0.tar.gz
Update notes views to support discussions
Diffstat (limited to 'app/views/notes/index.js.haml')
-rw-r--r--app/views/notes/index.js.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/notes/index.js.haml b/app/views/notes/index.js.haml
index 3814dbd46a2..99da619c649 100644
--- a/app/views/notes/index.js.haml
+++ b/app/views/notes/index.js.haml
@@ -15,3 +15,7 @@
- if loading_more_notes?
:plain
NoteList.finishedLoadingMore();
+
+- if @has_diff
+ :plain
+ PerLineNotes.init();