demarches-normaliennes/app/views/manager/confirmation_urls/new.html.erb
sebastiencarceles 4123709e72 build and render secured URL to invite admin
For clarity and a better understanding, use a dedicated controller to
build and render the confirmation URL to share in order to add a new
administrateur.
2022-09-13 07:45:07 +02:00

22 lines
491 B
Text

<% content_for(:title) { "Ajout d'un administrateur" } %>
<header class="main-content__header" role="banner">
<h1 class="main-content__page-title">
<%= content_for(:title) %>
</h1>
</header>
<section class="main-content__body">
<p>
Veuillez partager ce lien avec un autre super admin pour que l'opération soit effectuée.
</p>
<dl>
<dt class="attribute-label">
Lien
</dt>
<dd class="attribute-data">
<%= @url %>
</dd>
</dl>
</section>