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.
12 lines
566 B
12 lines
566 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">DocuSeal Demo Environment</span>
|
|
<br>
|
|
Feel free to
|
|
<a href="<%= new_template_path %>" data-turbo-frame="modal" class="inline underline font-medium">create a new template</a> document form or
|
|
<a href="<%= start_form_url(slug: ::Template.first&.slug) %>" target="_blank" class="inline underline font-medium">submit the existing one</a> 😊
|
|
</div>
|
|
</div>
|
|
</div>
|