% content_for :title, 'Imports' %>
Here you'll find your imports, but now there are none. Let's <%= link_to 'create one', new_import_path, class: 'link' %>!
| Name | Imported points | Created at |
|---|---|---|
| <%= link_to import.name, import, class: 'underline hover:no-underline' %> (<%= import.source %>) <%= link_to 'πΊοΈ', map_path(import_id: import.id) %> <%= link_to 'π', points_path(import_id: import.id) %> | <%= number_with_delimiter import.points_count %> | <%= import.created_at.strftime("%d.%m.%Y, %H:%M") %> |