From b11d7be990bcf873ef0c187ff87879525a4d2ddd Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 7 Apr 2017 13:50:34 -0400 Subject: [PATCH] fix subvault collapse and add org plan details --- src/app/settings/views/settings.html | 2 +- .../settings/views/settingsCreateOrganization.html | 14 ++++++++++++-- src/app/vault/vaultSubvaultsController.js | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/app/settings/views/settings.html b/src/app/settings/views/settings.html index b92f1183dde..5cd4e329b8f 100644 --- a/src/app/settings/views/settings.html +++ b/src/app/settings/views/settings.html @@ -117,7 +117,7 @@ + avclass="img-rounded" fontsize="10"> {{org.name}} diff --git a/src/app/settings/views/settingsCreateOrganization.html b/src/app/settings/views/settingsCreateOrganization.html index f79ca373072..7890e9de02b 100644 --- a/src/app/settings/views/settingsCreateOrganization.html +++ b/src/app/settings/views/settingsCreateOrganization.html @@ -60,6 +60,8 @@ Free For personal users to share with 1 other user. + - Limit 2 users (including you) + - Limit 2 subvaults
@@ -67,6 +69,10 @@ Personal For personal users such as families & friends. + - Add and share with unlimited users + - Create unlimited subvaults + - Priority customer support + - 7 day free trial, cancel anytime {{plans.personal.basePrice | currency:'$'}} /month for {{plans.personal.baseUsers}} users, additional users {{plans.personal.userPrice | currency:'$'}} /month @@ -78,6 +84,10 @@ Teams For businesses and other team organizations. + - Add and share with unlimited users + - Create unlimited subvaults + - Priority customer support + - 7 day free trial, cancel anytime {{plans.teams.basePrice | currency:'$'}} /month for {{plans.teams.baseUsers}} users, additional users {{plans.teams.userPrice | currency:'$'}} /month @@ -119,7 +129,7 @@