docbrown/app/components/admin/users/tools/header_component.html.erb
rhymes fc01a93326
Admin Member view: add Tools::HeaderComponent to reduce duplication (#14558)
* This does not work

* Revert "This does not work"

This reverts commit b2292e61fb10faa6051b009214e732a9927c7746.

* Tried with a partial, works

* Improved with component
2021-08-24 15:08:48 +02:00

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>