diff --git a/app/views/taxonomies/_form.html.erb b/app/views/taxonomies/_form.html.erb index 11de8c2bf..bc47e5675 100644 --- a/app/views/taxonomies/_form.html.erb +++ b/app/views/taxonomies/_form.html.erb @@ -36,9 +36,6 @@ <% if User.current.allowed_to?(:view_environments) %>
  • <%= _("Environments") %>
  • <% end %> - <% if User.current.allowed_to?(:view_hostgroups) %> -
  • <%= _("Host Groups") %>
  • - <% end %> <% if taxonomy.is_a?(Organization) && show_location_tab? %>
  • <%= _('Locations') %>
  • <% end %> @@ -78,7 +75,6 @@ <% end %> <%= show_resource_if_allowed(f, taxonomy, :environments) %> - <%= show_resource_if_allowed(f, taxonomy, :hostgroups) %> <% if taxonomy.is_a?(Location) && show_organization_tab? %>