Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plausible-analytics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
varac-projects
plausible-analytics
Commits
f8e6a32f
Commit
f8e6a32f
authored
4 years ago
by
Uku Taht
Browse files
Options
Downloads
Patches
Plain Diff
Add VAT notice to upgrade page
parent
03690b2e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/plausible_web/templates/billing/upgrade.html.eex
+2
-1
2 additions, 1 deletion
lib/plausible_web/templates/billing/upgrade.html.eex
with
2 additions
and
1 deletion
lib/plausible_web/templates/billing/upgrade.html.eex
+
2
−
1
View file @
f8e6a32f
...
...
@@ -73,7 +73,8 @@
</div>
<div
class=
"mt-6 text-right"
>
<div
class=
"mb-4 text-sm font-medium dark:text-gray-100"
>
Due today:
<b
x-text=
"selectedPlanPrice()"
>
$6
</b></div>
<div
class=
"text-sm font-medium dark:text-gray-100"
>
Due today:
<b
x-text=
"selectedPlanPrice()"
>
$6
</b></div>
<div
class=
"mb-4 text-xs font-medium dark:text-gray-100"
>
+ VAT if applicable
</div>
<span
class=
"inline-flex rounded-md shadow-sm"
>
<button
type=
"button"
data-theme=
"none"
:data-product=
"selectedPlanProductId()"
data-email=
"
<%=
@conn
.
assigns
[
:current_user
]
.
email
%>
"
data-disable-logout=
"true"
data-passthrough=
"
<%=
@conn
.
assigns
[
:current_user
]
.
id
%>
"
data-success=
"/billing/upgrade-success"
class=
"inline-flex items-center px-4 py-2 text-sm font-medium text-white bg-indigo-600 border border-transparent paddle_button leading-5 rounded-md hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 focus:ring active:bg-indigo-700 transition ease-in-out duration-150"
>
<svg
fill=
"currentColor"
viewBox=
"0 0 20 20"
class=
"inline w-4 h-4 mr-2"
><path
fill-rule=
"evenodd"
d=
"M5 9V7a5 5 0 0110 0v2a2 2 0 012 2v5a2 2 0 01-2 2H5a2 2 0 01-2-2v-5a2 2 0 012-2zm8-2v2H7V7a3 3 0 016 0z"
clip-rule=
"evenodd"
></path></svg>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment