diff --git a/app/views/admin/shared/_globalize_tabs.html.erb b/app/views/admin/shared/_globalize_tabs.html.erb
deleted file mode 100644
index 9b9fc81af..000000000
--- a/app/views/admin/shared/_globalize_tabs.html.erb
+++ /dev/null
@@ -1,11 +0,0 @@
-
- <% I18n.available_locales.each do |locale| %>
- -
- <%= link_to name_for_locale(locale), "#",
- style: display_style.call(locale),
- class: "js-globalize-locale-link #{highlight_class(resource, locale)}",
- data: { locale: locale },
- remote: true %>
-
- <% end %>
-