left4me/rails/app/views/batches/new.html.erb
mwiegand 5ab99c7779
wip
2022-11-27 17:32:21 +01:00

9 lines
125 B
Text

<h1>New batch</h1>
<%= render "form", batch: @batch %>
<br>
<div>
<%= link_to "Back to batches", batches_path %>
</div>