Skip to content

Commit

Permalink
Signpost annual billing plan
Browse files Browse the repository at this point in the history
We get this question enough to warrant just linking to it from the
signup page.
  • Loading branch information
garethrees committed Dec 7, 2023
1 parent 0d90fb1 commit 4483204
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/assets/stylesheets/responsive/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
4 changes: 4 additions & 0 deletions lib/views/alaveteli_pro/plans/_pricing_tiers.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
no_cents_if_whole: true)) %>
<% end %>
</p>

<p class="price-label-option">
<%= link_to _('or £100 annually'), plan_path('pro-annual-billing') %>
</p>
</div>

<div class="pricing__tier__content">
Expand Down

0 comments on commit 4483204

Please sign in to comment.