mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
7 lines
258 B
Text
7 lines
258 B
Text
<div class="mx-auto md:w-2/3 w-full">
|
|
<h1 class="font-bold text-4xl">New import</h1>
|
|
|
|
<%= render "form", import: @import %>
|
|
|
|
<%= link_to "Back to imports", imports_path, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %>
|
|
</div>
|