diff --git a/app/views/dashboards/_quick_start.html.erb b/app/views/dashboards/_quick_start.html.erb index 0e3154d22..c1932779b 100644 --- a/app/views/dashboards/_quick_start.html.erb +++ b/app/views/dashboards/_quick_start.html.erb @@ -1,9 +1,9 @@
<%= render "create_task_modal" %> + +<%= render partial: "protocols/index/new_protocol_modal.html.erb", locals: {type: 'new'} %> +<%= javascript_include_tag "protocols/new_protocol" %>