% 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 %>) | <%= "#{number_with_delimiter import.points.size}" %> | <%= import.created_at.strftime("%d.%m.%Y, %H:%M") %> |