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