Sha256: 24da7e362b38285667d2773af13a073ae5514130a027cb9407e21729586c67db
Contents?: true
Size: 866 Bytes
Versions: 9
Compression:
Stored size: 866 Bytes
Contents
<% add_decidim_page_title(t(".title")) %> <%= form_tag(import_results_path, multipart: true, class: "form new_import") do %> <div class="card"> <div class="card-divider"> <h2 class="card-title"> <%= t(".title") %> </h2> </div> <div class="card-section"> <div class="mb-s"> <p><%= t(".info", link_new_status: new_status_path, link_new_result: new_result_path, link_export_csv: link_to(t(".download_export"),exports_path(current_component, id: "results", format: "CSV"), method: :post) ).try("html_safe") %></p> </div> <div class="row column"> <%= file_field_tag :csv_file %> </div> </div> </div> <div class="button--double form-general-submit"> <%= submit_tag t(".import"), class: "button" %> </div> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems