diff --git a/app/views/canvas/full_zoom/_my_module.html.erb b/app/views/canvas/full_zoom/_my_module.html.erb index 3806e8d31..102a01d67 100644 --- a/app/views/canvas/full_zoom/_my_module.html.erb +++ b/app/views/canvas/full_zoom/_my_module.html.erb @@ -115,30 +115,6 @@ -
-
- - - -
- <%= javascript_include_tag 'vue_legacy_tags_modal' %> + <%= render partial: 'canvas/full_zoom/tags_modal', locals: { my_module: my_module }%> diff --git a/app/views/canvas/full_zoom/_tags_modal.html.erb b/app/views/canvas/full_zoom/_tags_modal.html.erb new file mode 100644 index 000000000..969ef4ae5 --- /dev/null +++ b/app/views/canvas/full_zoom/_tags_modal.html.erb @@ -0,0 +1,25 @@ +
+
+ + + +
+ <%= javascript_include_tag 'vue_legacy_tags_modal' %>