Move more code to html and work on forms

This commit is contained in:
John Crisp
2025-04-19 01:39:57 +02:00
parent b42afb227a
commit 0d7f87c6aa
8 changed files with 260 additions and 165 deletions

View File

@@ -3,9 +3,6 @@
% content_for 'module' => begin
%#= include 'partials/_panel_card_top'
%#= include 'partials/_panel_card_header'
<div class="card-body">
<h1> <%= $title %> </h1>
@@ -25,7 +22,5 @@
</div>
%#= include 'partials/_panel_card_footer'
%#= include 'partials/_panel_card_bottom'
% end