-
-
- <%= render 'shared/logo', width: 50, height: 50, class: 'mx-auto' %>
-
-
- <%= t('processing') %>...
-
-
-
- <%= t('open_file_from') %>
-
- <%= params[:filename].presence || params[:url] %>
-
-
-
- <%= link_to t('cancel'), root_path, class: 'white-button w-44' %>
- <%= form_for '', url: templates_upload_path, method: :post do |f| %>
-
-
- <%= f.button button_title(title: t('open')), class: 'base-button w-44' %>
- <% end %>
+
+ <%= render 'shared/logo', width: 50, height: 50, class: 'mx-auto animate-bounce' %>
+
+ <%= t('processing') %>...
+
+
+
+
+
+ <%= form_for '', url: templates_upload_path, method: :post, class: 'hidden' do %>
+
+
+
+ <% end %>
+
+<% else %>
+
+
+
+
+
+ <%= render 'shared/logo', width: 50, height: 50, class: 'mx-auto' %>
+
+
+ <%= t('processing') %>...
+
+
+
+ <%= t('open_file_from') %>
+
+ <%= params[:filename].presence || params[:url] %>
+
+
+
+ <%= link_to t('cancel'), root_path, class: 'white-button w-44' %>
+ <%= form_for '', url: templates_upload_path, method: :post do |f| %>
+
+
+ <%= f.button button_title(title: t('open')), class: 'base-button w-44' %>
+ <% end %>
+
-
-
+
+<% end %>