Skip to content

Commit

Permalink
fix "view all" link for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
antedebaas committed Aug 31, 2023
1 parent b17909a commit 9e1a5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/dashboard/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
</tbody>
</table>
</div>
<a href="{{ path('app_reports') }}" class="btn btn-block btn-secondary">View all</a>
<a href="{{ path('app_logs') }}" class="btn btn-block btn-secondary">View all</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 9e1a5d9

Please sign in to comment.