Skip to content
Snippets Groups Projects
Commit 6c14e274 authored by Teal's avatar Teal
Browse files

target speakers to top

parent 1d985ec0
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
<div>
<ul class="flex flex-wrap text-xs gap-1">
<% session.speakers.each do |speaker| %>
<li><%= link_to speaker.name, conference_speaker_path(session.conference, speaker.ref_id), class: "underline" %></li>
<li><%= link_to speaker.name, conference_speaker_path(session.conference, speaker.ref_id), target: "_top", class: "underline" %></li>
<% end %>
</uL>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment