diff --git a/app/views/layouts/header/_tools.html.erb b/app/views/layouts/header/_tools.html.erb index 268f11ea2..f91177bb6 100644 --- a/app/views/layouts/header/_tools.html.erb +++ b/app/views/layouts/header/_tools.html.erb @@ -6,6 +6,13 @@ <%= t('.links.authorization_requests_index.title') %> + <% if current_user.admin? %> +
  • + + <%= t('.links.admin.title') %> + +
  • + <% end %> <% if current_user.reporter? %>
  • diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 54f62cd3f..95cbe5b17 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -74,6 +74,8 @@ fr: tagline: Habilitations juridiques tools: links: + admin: + title: Espace admin instruction: title: Espace instruction authorization_requests_index: