diff options
author | Marvin Borner | 2019-02-11 20:51:55 +0100 |
---|---|---|
committer | Marvin Borner | 2019-02-11 20:51:55 +0100 |
commit | 8b9695970ece3f5f123019cde4e32e4978f94b57 (patch) | |
tree | 8bcf7d12ecaf8f381342c4878cb9078ded5f6491 /views | |
parent | 316d1ad38405bd421c4d8c4d66264584d464832f (diff) |
Added anonymize option
Diffstat (limited to 'views')
-rw-r--r-- | views/index.pug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/index.pug b/views/index.pug index 38d4d2d..d58b206 100644 --- a/views/index.pug +++ b/views/index.pug @@ -14,6 +14,8 @@ block content i.fas.fa-phone button.button.action-button.is-big.is-outlined.is-warning#logout i.fas.fa-sign-out-alt + button.button.action-button.is-big.is-outlined.is-black#anonymize + i.fas.fa-mask button.button.action-button.is-big.is-outlined.is-danger#delete i.fas.fa-trash |