Commit a11fca06 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '202032-remove-sync-button-geo' into 'master'

Geo: Remove Sync button from Uploads UI

Closes #202032

See merge request gitlab-org/gitlab!24496
parents 881a6f48 84f7e649
......@@ -3,9 +3,6 @@
.d-flex
%strong.text-truncate.flex-fill
= upload_registry.file
- unless upload_registry.success?
= link_to('sync_admin_geo_upload_path(upload_registry)', method: :post, class: 'btn btn-default btn-sm mr-2') do
= s_('Geo|Sync')
- unless upload_registry.upload
= link_to(admin_geo_upload_path(upload_registry), data: { confirm: s_('Geo|Tracking entry will be removed. Are you sure?')}, method: :delete, class: 'btn btn-inverted btn-remove btn-sm') do
= s_('Geo|Remove')
......
......@@ -8976,9 +8976,6 @@ msgstr ""
msgid "Geo|Status"
msgstr ""
msgid "Geo|Sync"
msgstr ""
msgid "Geo|Synced"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment