diff options
Diffstat (limited to 'tpl/index.pug')
-rw-r--r-- | tpl/index.pug | 2 |
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' |