From a172ad13e3605b8edc9fe30cd63c8a9b53234bcb Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 3 Nov 2015 18:23:07 -0500 Subject: [PATCH] components: account/ban, account/unban, account/delete --- templates/account/profile.tpl | 8 -------- templates/partials/account/menu.tpl | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/templates/account/profile.tpl b/templates/account/profile.tpl index bf92242..73efaf8 100644 --- a/templates/account/profile.tpl +++ b/templates/account/profile.tpl @@ -25,14 +25,6 @@ - - - [[user:ban_account]] - [[user:unban_account]] - [[user:delete_account]]

- - -
diff --git a/templates/partials/account/menu.tpl b/templates/partials/account/menu.tpl index bf90413..6ec1683 100644 --- a/templates/partials/account/menu.tpl +++ b/templates/partials/account/menu.tpl @@ -18,6 +18,21 @@
  • [[user:settings]]
  • [[user:edit]]
  • + + + +
  • + [[user:ban_account]] +
  • +
  • + [[user:unban_account]] +
  • +
  • + [[user:delete_account]] +
  • + + +
  • [[user:following]]
  • [[user:followers]]