diff options
author | Volpeon <git@volpeon.ink> | 2025-07-22 19:22:28 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-07-22 19:22:28 +0200 |
commit | 3b255e00a63a03c4ec8aeef9af2432825e2aec9f (patch) | |
tree | c244b7d8a03b21a276cb617fd8faf90d5cd2f2f0 /tpl | |
parent | Improved card (diff) | |
download | iro-design-3b255e00a63a03c4ec8aeef9af2432825e2aec9f.tar.gz iro-design-3b255e00a63a03c4ec8aeef9af2432825e2aec9f.tar.bz2 iro-design-3b255e00a63a03c4ec8aeef9af2432825e2aec9f.zip |
Fix
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/views/card.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/views/card.pug b/tpl/views/card.pug index 57eab8f..8f74ea2 100644 --- a/tpl/views/card.pug +++ b/tpl/views/card.pug | |||
@@ -17,7 +17,7 @@ mixin view-card | |||
17 | +divider('faint')(class='u-mb-700') | 17 | +divider('faint')(class='u-mb-700') |
18 | 18 | ||
19 | .l-card-list.l-card-list--merge | 19 | .l-card-list.l-card-list--merge |
20 | +card(href='#' class='l-card-list__card' merge=true) | 20 | +card(href='#' class='l-card-list__card' borderless=true merge=true) |
21 | +card-body | 21 | +card-body |
22 | strong= 'Lorem ipsum dolor' | 22 | strong= 'Lorem ipsum dolor' |
23 | = 'sit amet' | 23 | = 'sit amet' |