mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 07:52:04 +02:00
Add monthly invoice email description
This commit is contained in:
parent
f77883b266
commit
9c0984b3d3
4 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
<%= t(:you_have_a_new_invoice) %>
|
||||
<%= t(:you_have_a_new_invoice) %><br>
|
||||
<%= t(:monthly_invoice) if @invoice.monthly_invoice %>
|
||||
<br><br>
|
||||
<%= t(:sincerely) %>,<br>
|
||||
<%= Setting.registry_invoice_contact %><br>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<%= t(:you_have_a_new_invoice) %>
|
||||
<%= t(:monthly_invoice) if @invoice.monthly_invoice %>
|
||||
|
||||
<%= t(:sincerely) %>,
|
||||
<%= Setting.registry_invoice_contact %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue