* This does not work * Revert "This does not work" This reverts commit b2292e61fb10faa6051b009214e732a9927c7746. * Tried with a partial, works * Improved with component
9 lines
382 B
Text
9 lines
382 B
Text
<%# Used to announce to the screen reader client side which section the user is in %>
|
|
<div id="section-title" class="hidden"><%= @title %> section</div>
|
|
|
|
<h3>
|
|
<%= link_to "← Tools", admin_user_tools_path(@user),
|
|
remote: true,
|
|
data: { action: "ajax:success@document->user#replacePartial" },
|
|
class: "crayons-title fs-l backlink" %>
|
|
</h3>
|