From 34eaaf6eeb70b46dfabf6652730eb32e31bf5439 Mon Sep 17 00:00:00 2001 From: aignatov-bio <47317017+aignatov-bio@users.noreply.github.com> Date: Tue, 8 Jun 2021 16:00:44 +0200 Subject: [PATCH] Update new report link on dashboard page [SCI-5772] (#3369) --- app/views/dashboards/_quick_start.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dashboards/_quick_start.html.erb b/app/views/dashboards/_quick_start.html.erb index d40b44e79..eabe06fce 100644 --- a/app/views/dashboards/_quick_start.html.erb +++ b/app/views/dashboards/_quick_start.html.erb @@ -4,7 +4,7 @@ <%= link_to protocols_path, {class: "new-protocol btn btn-secondary"} do %> <%= t("dashboard.quick_start.new_protocol") %> <% end %> - <%= link_to reports_path, {class: "new-report btn btn-secondary"} do %> + <%= link_to new_report_path, {class: "new-report btn btn-secondary"} do %> <%= t("dashboard.quick_start.new_report") %> <% end %>