diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index d29d679..fe723f3 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -13,12 +13,14 @@ <%= link_to "Profil", profile_path %> - <% if (current_user.admin? || current_user.operator?) %> + <% if current_user.admin? %>