Skip to content

Commit

Permalink
fix: add project link on onboarding page (#236)
Browse files Browse the repository at this point in the history
* fix: add link to project on onboarding page

* fix: open project link in a new tab

* fix: add tags noopener & noreferrer for security

Apply sourcery recommandation
  • Loading branch information
psyray authored Nov 15, 2024
1 parent e6bf5c5 commit a3918b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/dashboard/templates/dashboard/onboarding.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="card bg-pattern">
<div class="card-body p-4">
<h3 class="text-center">Hey {{user.username}}! Welcome to reNgine-ng</h3>
<p>You will need to create your first project before you start using reNgine-ng. Projects are now a part of reNgine-ng 2.0! <a href="#">Learn more about projects.</a></p>
<p>You will need to create your first project before you start using reNgine-ng. Projects are now a part of reNgine-ng 2.0! <a href="https://github.com/Security-Tools-Alliance/rengine-ng/wiki/usage-projects" target="_blank" rel="noopener noreferrer">Learn more about projects.</a></p>
{% if error %}
<div class="alert alert-danger">
{{error}}
Expand Down

0 comments on commit a3918b7

Please sign in to comment.