Skip to content

Commit

Permalink
turbo frame top
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Nov 8, 2024
1 parent 2b1392a commit 95f53f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/application/require_org_member.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div>
<p>您在以下组织存在账号,请选择账号登录</p>
<% current_account.members.each do |member| %>
<p><%= link_to member.organ.name, { controller: 'org/board/members', action: 'login', id: member.id }, class: 'text-link' %></p>
<p><%= link_to member.organ.name, { controller: 'org/board/members', action: 'login', id: member.id }, data: { turbo_frame: '_top' }, class: 'text-link' %></p>
<% end %>
</div>
<% end %>

0 comments on commit 95f53f9

Please sign in to comment.