From 4483204009e2f7adaf06c69581b4fced73d64443 Mon Sep 17 00:00:00 2001
From: Gareth Rees
Date: Thu, 7 Dec 2023 10:30:30 +0000
Subject: [PATCH] Signpost annual billing plan
We get this question enough to warrant just linking to it from the
signup page.
---
app/assets/stylesheets/responsive/custom.scss | 14 ++++++++++++++
.../alaveteli_pro/plans/_pricing_tiers.html.erb | 4 ++++
2 files changed, 18 insertions(+)
diff --git a/app/assets/stylesheets/responsive/custom.scss b/app/assets/stylesheets/responsive/custom.scss
index 26fc38e8..b480c831 100644
--- a/app/assets/stylesheets/responsive/custom.scss
+++ b/app/assets/stylesheets/responsive/custom.scss
@@ -2316,3 +2316,17 @@ $color_asktheeu_dark_green: #C4DDB9;
margin: 0.4em 0 0 0;
}
+/*
+ * Pricing
+ */
+
+.price-label-option {
+ a {
+ color: $color_white;
+ &:hover,
+ &:active,
+ &:focus {
+ color: $color_yellow;
+ }
+ }
+}
diff --git a/lib/views/alaveteli_pro/plans/_pricing_tiers.html.erb b/lib/views/alaveteli_pro/plans/_pricing_tiers.html.erb
index 5f4c5b74..dbe92451 100644
--- a/lib/views/alaveteli_pro/plans/_pricing_tiers.html.erb
+++ b/lib/views/alaveteli_pro/plans/_pricing_tiers.html.erb
@@ -22,6 +22,10 @@
no_cents_if_whole: true)) %>
<% end %>
+
+
+ <%= link_to _('or £100 annually'), plan_path('pro-annual-billing') %>
+