Files
vault171/app/views/categories/new.html.erb
David Böhm a706dbe7ff
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled
Added Category and User Passwort Change
2026-05-22 02:24:56 +02:00

6 lines
130 B
Plaintext

<% content_for :title, "Neue Kategorie erstellen" %>
<div class="p-4 md:p-6">
<%= render "form", category: @category %>
</div>