diff --git a/app/views/default/units/index.html.erb b/app/views/default/units/index.html.erb index e25331d..0d5c3d8 100644 --- a/app/views/default/units/index.html.erb +++ b/app/views/default/units/index.html.erb @@ -1,6 +1,7 @@
<% if current_user.at_least(:active) %> - <%= image_link_to t('.import_all'), 'download-multiple-outline', + <%# TODO: implement Import all %> + <%#= image_link_to t('.import_all'), 'download-multiple-outline', import_all_default_units_path, data: {turbo_stream: true} %> <% end %> <%= image_link_to t('.back'), 'arrow-left-bold-outline', units_path, class: 'tools' %>