From 7978b3ebe8a00a6d568c48dc01c83316747067f3 Mon Sep 17 00:00:00 2001 From: Alex Turchyn Date: Thu, 15 Jun 2023 01:15:07 +0300 Subject: [PATCH] adjust form completed page --- app/views/start_form/show.html.erb | 4 ++-- app/views/submit_form/completed.html.erb | 6 +++--- app/views/submit_form/show.html.erb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/start_form/show.html.erb b/app/views/start_form/show.html.erb index 14e33f9b..9cf59384 100644 --- a/app/views/start_form/show.html.erb +++ b/app/views/start_form/show.html.erb @@ -12,7 +12,7 @@

You have been invited to submit the document

-
+
@@ -32,7 +32,7 @@ <%= form_for @submitter, url: start_form_path(@template.slug), data: { turbo_frame: :_top }, method: :put, html: { class: 'space-y-4' } do |f| %>
<%= f.label :email, class: 'label' %> - <%= f.email_field :email, required: true, class: 'base-input', placeholder: 'Provide youe email to start' %> + <%= f.email_field :email, required: true, class: 'base-input', placeholder: 'Provide your email to start' %>
<%= f.button button_title(title: 'Confirm', disabled_with: 'Processing'), class: 'base-button' %> diff --git a/app/views/submit_form/completed.html.erb b/app/views/submit_form/completed.html.erb index a1300908..5f84a22f 100644 --- a/app/views/submit_form/completed.html.erb +++ b/app/views/submit_form/completed.html.erb @@ -9,7 +9,7 @@

DocuSeal

-
+
@@ -20,8 +20,8 @@
-

Document signed

-

Signed on <%= l(@submitter.completed_at.to_date, format: :short) %>

+

<%= @submitter.submission.template.name %>

+

Signed on <%= l(@submitter.completed_at.to_date, format: :long) %>

diff --git a/app/views/submit_form/show.html.erb b/app/views/submit_form/show.html.erb index ee77070f..3b7bed3b 100644 --- a/app/views/submit_form/show.html.erb +++ b/app/views/submit_form/show.html.erb @@ -16,7 +16,7 @@
<% end %> <% end %> -
+
Powered by DocuSeal - An open source documents software