ajout d'une route /manager/users/:id/emails

This commit is contained in:
clemkeirua 2020-10-06 16:52:10 +02:00
parent e9c33ecbd0
commit 27b8797296
4 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<% content_for(:title) { "Emails vers #{@user.email}" } %>
<header class="main-content__header" role="banner">
<h1 class="main-content__page-title">
<%= content_for(:title) %>
</h1>
</header>
<section class="main-content__body">
<dl>
</dl>
</section>