mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
10 lines
333 B
Text
10 lines
333 B
Text
<div class="w-full">
|
|
<div class="flex justify-between items-center">
|
|
<h1 class="font-bold text-4xl">Imports</h1>
|
|
<%= link_to "New import", new_import_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>
|
|
</div>
|
|
|
|
<div id="imports" class="min-w-full">
|
|
<%= render @imports %>
|
|
</div>
|
|
</div>
|