mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
442 B
10 lines
442 B
<div class="mx-auto mt-1.5">
|
|
<div class="py-3 rounded-2xl flex items-center justify-between mx-4 md:mx-0">
|
|
<div class="w-full text-center">
|
|
<span class="font-bold"><%= t('demo_environment') %></span>
|
|
<br>
|
|
<%= t('create_a_new_template_document_form_or_submit_the_existing_one_html', new_template_link: new_template_path, start_form_link: start_form_url(slug: ::Template.first&.slug)) %> 😊
|
|
</div>
|
|
</div>
|
|
</div>
|