new activeadmin theme

This commit is contained in:
2026-05-06 21:51:32 +02:00
parent 5891729691
commit 565877a09f
4 changed files with 5 additions and 22 deletions
+1
View File
@@ -8,6 +8,7 @@ gem "blueprinter"
gem "bootsnap", require: false
gem "activeadmin"
gem "activeadmin_blaze_theme"
gem "devise"
gem "sprockets-rails"
gem "sassc-rails"
+3
View File
@@ -57,6 +57,8 @@ GEM
kaminari (>= 1.2.1)
railties (>= 6.1)
ransack (>= 4.0)
activeadmin_blaze_theme (1.1.0)
activeadmin (>= 2.0, < 4)
activejob (8.1.3)
activesupport (= 8.1.3)
globalid (>= 0.3.6)
@@ -330,6 +332,7 @@ PLATFORMS
DEPENDENCIES
activeadmin
activeadmin_blaze_theme
blueprinter
bootsnap
debug
@@ -1,2 +1,3 @@
@import "active_admin/mixins";
@import "active_admin/base";
@import "activeadmin_blaze_theme/theme";