SuperAdmin

This commit is contained in:
Pranav
2025-12-18 12:59:45 -08:00
parent 8019e7c636
commit 05f9c3053d
31 changed files with 1100 additions and 719 deletions
+8
View File
@@ -0,0 +1,8 @@
<div class="flex flex-col gap-1">
<%= f.label field.attribute, class: "text-sm font-medium text-n-slate-11" %>
<%= f.text_field(
field.attribute,
value: field.data,
class: "h-9 px-3 text-sm text-n-slate-12 bg-n-solid-2 border border-n-weak rounded-lg focus:ring-2 focus:ring-woot-500 focus:border-woot-500 outline-none"
) %>
</div>