mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
9 lines
249 B
Text
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>
|