card styles and previews

This commit is contained in:
2022-11-29 17:59:04 +02:00
parent 15ef3c34fd
commit 6f6836630f
4 changed files with 58 additions and 9 deletions

View File

@ -2,8 +2,8 @@ module Merged
class StylesController < MergedController
def index
@styles = Style.all
@sections , @cards = Style.all
end
end
end