summaryrefslogtreecommitdiffstats
path: root/tpl/index.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-07 21:17:53 +0100
committerVolpeon <git@volpeon.ink>2022-02-07 21:17:53 +0100
commit7213f51c4d982a2eaf988574f109d13f55dbc285 (patch)
treeca795995a04a2845324804d87bd4409d6dadc6b5 /tpl/index.pug
parentImproved action menu example (diff)
downloadiro-design-7213f51c4d982a2eaf988574f109d13f55dbc285.tar.gz
iro-design-7213f51c4d982a2eaf988574f109d13f55dbc285.tar.bz2
iro-design-7213f51c4d982a2eaf988574f109d13f55dbc285.zip
Update
Diffstat (limited to 'tpl/index.pug')
-rw-r--r--tpl/index.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/index.pug b/tpl/index.pug
index 5112f87..b878944 100644
--- a/tpl/index.pug
+++ b/tpl/index.pug
@@ -449,7 +449,7 @@ html
449 +action-menu-item(icon='user')= 'View profile' 449 +action-menu-item(icon='user')= 'View profile'
450 +action-menu-item(icon='red' iconIsStatus=true)= 'Mark as away' 450 +action-menu-item(icon='red' iconIsStatus=true)= 'Mark as away'
451 +action-menu-separator 451 +action-menu-separator
452 +action-menu-item(icon='trash')= 'Delete' 452 +action-menu-item(icon='trash' disabled=true)= 'Delete'
453 +action-menu-item(icon='bookmark')= 'Bookmark' 453 +action-menu-item(icon='bookmark')= 'Bookmark'
454 +action-menu-item(icon='tags')= 'Tags' 454 +action-menu-item(icon='tags')= 'Tags'
455 +action-menu-item(postIcon='chevron-right')= 'More' 455 +action-menu-item(postIcon='chevron-right')= 'More'