From 2c4be8bddae1d3faf84dcc8605007665538711ab Mon Sep 17 00:00:00 2001 From: Nikita Gryzlov <nixel2007@gmail.com> Date: Wed, 18 Mar 2015 01:23:40 +0300 Subject: [PATCH] Removing invoices from /account As said at https://github.com/codecombat/codecombat/pull/2527#issuecomment-82609513 --- app/templates/account/main-account-view.jade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/templates/account/main-account-view.jade b/app/templates/account/main-account-view.jade index 27a5b84d4..b41c5016a 100644 --- a/app/templates/account/main-account-view.jade +++ b/app/templates/account/main-account-view.jade @@ -23,5 +23,4 @@ block content a.btn.btn-lg.btn-primary(href="/account/payments", data-i18n="account.payments") li.list-group-item a.btn.btn-lg.btn-primary(href="/account/subscription", data-i18n="account.subscription") - li.list-group-item - a.btn.btn-lg.btn-primary(href="/account/invoices", data-i18n="account.invoices") +