Skip to content

Commit

Permalink
add rel=nofollow to share comment links
Browse files Browse the repository at this point in the history
  • Loading branch information
drusepth committed May 22, 2021
1 parent bfa9b59 commit 714bb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/share_comments/_show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<% end %>
<%# Nested indents from above %>
<%= simple_format ContentFormatterService.show(
<%= clean_links simple_format ContentFormatterService.show(
text: comment.message,
viewing_user: current_user
), class: 'black-text' %>
Expand Down

0 comments on commit 714bb2b

Please sign in to comment.