Skip to content

Commit

Permalink
Add rel=nofollow
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde committed Nov 20, 2024
1 parent 0f503b2 commit 9cb7e45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/dashboards/_subject.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
<%= icon_tag("link", color: :primary, class: "w-6 text-orange mr-3") %>
<p class="text-neutral-800 dark:text-white"><%=
link_to(
user.homepage_url
user.homepage_url,
user.homepage_url,
rel: "nofollow"
)
%></p>
</div>
Expand Down

0 comments on commit 9cb7e45

Please sign in to comment.