Update new report link on dashboard page [SCI-5772] (#3369)

This commit is contained in:
aignatov-bio 2021-06-08 16:00:44 +02:00 committed by GitHub
parent 4a6f6a787a
commit 34eaaf6eeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
<%= link_to protocols_path, {class: "new-protocol btn btn-secondary"} do %>
<i class="fas fa-edit"></i><%= 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 %>
<i class="fas fa-clipboard-check"></i><%= t("dashboard.quick_start.new_report") %>
<% end %>
</div>