Skip to content

Commit 714bb2b

Browse files
committed
add rel=nofollow to share comment links
1 parent bfa9b59 commit 714bb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/share_comments/_show.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<% end %>
88

99
<%# Nested indents from above %>
10-
<%= simple_format ContentFormatterService.show(
10+
<%= clean_links simple_format ContentFormatterService.show(
1111
text: comment.message,
1212
viewing_user: current_user
1313
), class: 'black-text' %>

0 commit comments

Comments
 (0)