Sha256: 158e3b0b1f168d8a6ca2e73f6f8b4396760846f4e08eec264dafda5dc9e70d76

Contents?: true

Size: 484 Bytes

Versions: 4

Compression:

Stored size: 484 Bytes

Contents

<h3>
  <%= t('.import_from_csv_file',
        resource_name: active_admin_config.resource_name.to_s.pluralize.humanize,
        default: 'Import %{resource_name} from a CSV File' ) %>
</h3>
<ul>
  <li><%= t('.file_type', default: "Save a CSV as 'Windows Comma Separated' from Excel.") %></li>
  <li><%= t('.must_have_headings', columns: @required_columns.to_sentence, default: "Your CSV should have the following column headings: %{columns}. The order doesn't matter.") %></li>
</ul>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_admin_csv_import-1.2.1 app/views/admin/csv/_instructions.html.erb
active_admin_csv_import-1.2.0 app/views/admin/csv/_instructions.html.erb
active_admin_csv_import-1.1.2 app/views/admin/csv/_instructions.html.erb
active_admin_csv_import-1.1.1 app/views/admin/csv/_instructions.html.erb