Commit 84f7e649 authored by Zack Cuddy's avatar Zack Cuddy

Remove sync button from Geo Uploads

Locale
parent de5869d5
......@@ -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')
......
......@@ -8981,9 +8981,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