diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-16 08:12:51 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-16 08:12:51 +0100 |
| commit | 04bfb5881c510aff5544f276e5a37d9316bbf249 (patch) | |
| tree | 0c12a2d7ee6025989064f1c6b897994c577385ec /src/views/pages/dashboard/actions.pug | |
| parent | 621ec4cb3afdae23f8aa0a093eabde20d770a75a (diff) | |
[pages] added styling & improved components
Diffstat (limited to 'src/views/pages/dashboard/actions.pug')
| -rw-r--r-- | src/views/pages/dashboard/actions.pug | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/views/pages/dashboard/actions.pug b/src/views/pages/dashboard/actions.pug index 06f5aed..9fa9086 100644 --- a/src/views/pages/dashboard/actions.pug +++ b/src/views/pages/dashboard/actions.pug @@ -6,6 +6,8 @@ html include ../../components/head.pug + link(href="/public/css/dashboard.css" rel="stylesheet") + title Actions | Home Control body @@ -22,6 +24,9 @@ html else - each action in actions + section.actions + + each action in actions + + include ../../components/dashboard/action.pug - p= JSON.stringify(action) |
