Tutte le view marketing, legali, viewer, dashboard e admin usano t(); mailer utente-facing e flash localizzati; admin con LocaleResolver e selettore lingua. Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
396 B
ERB
12 lines
396 B
ERB
<%# locals: (compact: false) %>
|
|
<div class="stripe-secure<%= " stripe-secure--compact" if local_assigns.fetch(:compact, false) %>">
|
|
<i class="fa-solid fa-lock" aria-hidden="true"></i>
|
|
<p>
|
|
<% if local_assigns.fetch(:compact, false) %>
|
|
<%= raw t("billing.stripe_secure.compact_html") %>
|
|
<% else %>
|
|
<%= raw t("billing.stripe_secure.full_html") %>
|
|
<% end %>
|
|
</p>
|
|
</div>
|