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)