dawarich/app/views/imports/new.html.erb
2025-04-04 20:14:44 +02:00

9 lines
249 B
Text

<% content_for :title, 'New Import' %>
<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: "btn mx-5 mb-5" %>
</div>