Skip to content

Commit cef9eed

Browse files
committed
fix: リンクの rel 属性を削除
1 parent 95f4be7 commit cef9eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/home/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<ul class="list" style="list-style: none;">
180180
<% @news_items.each do |news| %>
181181
<li>
182-
<%= link_to format_news_title(news), news.url, target: '_blank', rel: 'noopener noreferrer' %>
182+
<%= link_to format_news_title(news), news.url, target: '_blank' %>
183183
</li>
184184
<% end %>
185185
</ul>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy