Show comment boxes for all annotations at the clicked point

This commit is contained in:
Amaia Castro
2017-02-24 13:43:32 +01:00
parent 83e4c2bd03
commit c7eaadb4b2
9 changed files with 137 additions and 116 deletions

View File

@@ -73,7 +73,7 @@ class Legislation::AnnotationsController < ApplicationController
end
respond_to do |format|
format.js { render :comments }
format.js { render :new_comment }
end
end