Skip to content

Commit

Permalink
Added a next link when editing audit in analytics to go back to analy…
Browse files Browse the repository at this point in the history
…tics
  • Loading branch information
melinoix committed Oct 15, 2024
1 parent d61ab20 commit 4e9cc1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
<div class="absolute top-2 right-4 mt-2 space-x-1">
<div class="flex flex-col space-y-1">
<a
href="/compliance-assessments/{compliance_assessment.id}/edit"
href="/compliance-assessments/{compliance_assessment.id}/edit?next=/analytics?tab=3"
class="btn variant-filled-primary"
><i class="fa-solid fa-edit mr-2" /> {m.edit()}
</a>
Expand Down

0 comments on commit 4e9cc1c

Please sign in to comment.