diff options
Diffstat (limited to 'tpl/views/action-button.pug')
| -rw-r--r-- | tpl/views/action-button.pug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tpl/views/action-button.pug b/tpl/views/action-button.pug index 7bffe72..faa53bc 100644 --- a/tpl/views/action-button.pug +++ b/tpl/views/action-button.pug | |||
| @@ -53,3 +53,12 @@ mixin view-action-button | |||
| 53 | +action-button(quiet=true icon='trash' disabled=true) | 53 | +action-button(quiet=true icon='trash' disabled=true) |
| 54 | = ' ' | 54 | = ' ' |
| 55 | +action-button(quiet=true icon='trash' selected=true disabled=true) | 55 | +action-button(quiet=true icon='trash' selected=true disabled=true) |
| 56 | |||
| 57 | .c-box | ||
| 58 | +action-button= 'Idle' | ||
| 59 | = ' ' | ||
| 60 | +action-button(icon='trash') | ||
| 61 | = ' ' | ||
| 62 | +action-button | ||
| 63 | = 'Idle' | ||
| 64 | +badge('primary')= '12' | ||
