diff --git a/app/views/submit_form/_banner.html.erb b/app/views/submit_form/_banner.html.erb index 6b843a19b..960b750d7 100644 --- a/app/views/submit_form/_banner.html.erb +++ b/app/views/submit_form/_banner.html.erb @@ -1 +1,3 @@ -<%= render 'docuseal_logo' %> +
+ <%= render 'docuseal_logo' %> +
diff --git a/app/views/submit_form/show.html.erb b/app/views/submit_form/show.html.erb index 7f08d6990..ba4698440 100644 --- a/app/views/submit_form/show.html.erb +++ b/app/views/submit_form/show.html.erb @@ -5,9 +5,8 @@
-
- <%= render 'banner' %> -
+ <%# flex block w-full sticky top-0 z-50 space-x-2 items-center bg-yellow-100 p-2 border-y border-yellow-200 %> + <%= render 'banner' %> <% (@submitter.submission.template_schema || @submitter.submission.template.schema).each do |item| %> <% document = @submitter.submission.template_schema_documents.find { |a| a.uuid == item['attachment_uuid'] } %> <% document_annots_index = document.metadata.dig('pdf', 'annotations')&.group_by { |e| e['page'] } || {} %>